imay merged pull request #1359: Increase the timeout of publish version task
when doing alter job
URL: https://github.com/apache/incubator-doris/pull/1359
This is an automated message from the Apache Git Service.
To respond
imay merged pull request #1343: Thrift definition for scanning data ability for
computing system
URL: https://github.com/apache/incubator-doris/pull/1343
This is an automated message from the Apache Git Service.
To respond t
morningman opened a new pull request #1359: Increase the timeout of publish
version task when doing alter job
URL: https://github.com/apache/incubator-doris/pull/1359
The previous setting of timeout of a publish version task is mess.
I change it to a configurable time, default it 30 seco
morningman closed pull request #1359: Increase the timeout of publish version
task when doing alter job
URL: https://github.com/apache/incubator-doris/pull/1359
This is an automated message from the Apache Git Service.
To re
kangkaisen commented on issue #1356: Wrong query result with constant
URL:
https://github.com/apache/incubator-doris/issues/1356#issuecomment-504619540
Yes. I see And I agree with you.
The issue should be here:
```
if (!expr.isBound(desc.getId())) {
imay merged pull request #1360: Fix FE unit test's failure
URL: https://github.com/apache/incubator-doris/pull/1360
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
imay opened a new pull request #1360: Fix FE unit test's failure
URL: https://github.com/apache/incubator-doris/pull/1360
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
morningman opened a new pull request #1359: Increase the timeout of publish
version task when doing alter job
URL: https://github.com/apache/incubator-doris/pull/1359
The previous setting of timeout of a publish version task is mess.
I change it to a configurable time, default it 30 seco
imay merged pull request #1344: Add more UT for FEFunctions
URL: https://github.com/apache/incubator-doris/pull/1344
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
imay merged pull request #1357: Fix wrong query result with constant InPredicate
URL: https://github.com/apache/incubator-doris/pull/1357
This is an automated message from the Apache Git Service.
To respond to the message, pl
imay merged pull request #1353: Add Checkstyle for doris-fe
URL: https://github.com/apache/incubator-doris/pull/1353
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
morningman closed pull request #1358: Increase the timeout of publish version
task
URL: https://github.com/apache/incubator-doris/pull/1358
This is an automated message from the Apache Git Service.
To respond to the message,
morningman opened a new pull request #1358: Increase the timeout of publish
version task
URL: https://github.com/apache/incubator-doris/pull/1358
The origin timeout of publish version task of a transaction is 3 seconds.
This timeout is too short that may cause a problem that some of publ
imay commented on issue #1356: Wrong query result with constant
URL:
https://github.com/apache/incubator-doris/issues/1356#issuecomment-504407905
I think the problem located in step `3`. `-1 in (-1)` can not be used to
prune partition. What we want to use to prune partition is in predicat
kangkaisen commented on issue #1356: Wrong query result with constant
URL:
https://github.com/apache/incubator-doris/issues/1356#issuecomment-504405059
why the poi_second_city_id IN (-1) predicate is used to prune partition?
1 poi_second_city_id IN (-1) is -1 in (-1)
2 In `Si
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
This test will ignore the effect of rollup and query. The result of test
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296202071
##
File path:
extension/spark-sink/src/main/scala/org/apache/spark/sql/palo/PaloBulkLoadTask.scala
#
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296200638
##
File path:
extension/spark-sink/src/main/scala/org/apache/spark/sql/palo/PaloBulkLoadTask.scala
#
imay closed pull request #1344: Add more UT for FEFunctions
URL: https://github.com/apache/incubator-doris/pull/1344
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
DDouble opened a new pull request #1344: Add more UT for FEFunctions
URL: https://github.com/apache/incubator-doris/pull/1344
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay merged pull request #1323: This commit has brought contribution to
streaming mini load
URL: https://github.com/apache/incubator-doris/pull/1323
This is an automated message from the Apache Git Service.
To respond to the
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296199086
##
File path:
extension/spark-sink/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSour
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296199086
##
File path:
extension/spark-sink/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSour
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296198850
##
File path: docs/documentation/cn/extending-doris/Spark-sink-for-Doris.md
##
@@ -0,0 +1,129 @@
+#
imay merged pull request #1354: Fix bug that query statistics in audit log are
wrong
URL: https://github.com/apache/incubator-doris/pull/1354
This is an automated message from the Apache Git Service.
To respond to the messag
imay merged pull request #1349: support mysql client 8.0 connection fe
URL: https://github.com/apache/incubator-doris/pull/1349
This is an automated message from the Apache Git Service.
To respond to the message, please log o
imay commented on issue #1356: Wrong query result with constant
URL:
https://github.com/apache/incubator-doris/issues/1356#issuecomment-504389244
Even this patch can make this query work in a proper way. however I think
the root reason won't be fixed.
For second operand of the unio
stczwd commented on a change in pull request #1332: Doris sink for Spark
Structured Streaming
URL: https://github.com/apache/incubator-doris/pull/1332#discussion_r296193717
##
File path: docs/documentation/cn/extending-doris/Spark-sink-for-Doris.md
##
@@ -0,0 +1,129 @@
+#
kangkaisen opened a new pull request #1357: Fix wrong query result with
constant InPredicate
URL: https://github.com/apache/incubator-doris/pull/1357
For https://github.com/apache/incubator-doris/issues/1356
This is an automa
kangkaisen opened a new issue #1356: Wrong query result with constant
URL: https://github.com/apache/incubator-doris/issues/1356
**Describe the bug**
1 create a view with constant
```
CREATE VIEW `app_brand_ka_analysis_flow_entry_m_kks4` AS
SELECT `t`.`brand_id` AS `bigchain_bra
chaoyli commented on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504382972
You can use store_sales in TPC-DS. It is may be better.
The create table statement of store_sales can be elaborated in place.
---
chaoyli merged pull request #1355: fix unused rowset bug
URL: https://github.com/apache/incubator-doris/pull/1355
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
Good job!
Expecting your result!
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
chenmin...@apache.org
At 2019-06-21 17:43:00, "Miao,Ling" wrote:
>Hi all,
>
>I already finished the new load framework(streaming) of broker load and mini
>load. It’s time to verify the performance of new framework.
>
Hi all,
I already finished the new load framework(streaming) of broker load and mini
load. It’s time to verify the performance of new framework.
This test will ignore the effect of rollup and query. The result of test will
only depends on the performance of new load framework.
The environment
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
This test will ignore the effect of rollup and query. The result of test
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
kangpinghuang opened a new pull request #1355: fix unused rowset bug
URL: https://github.com/apache/incubator-doris/pull/1355
This is an automated message from the Apache Git Service.
To respond to the message, please log on
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 edited a comment on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA
EmmyMiao87 commented on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-504322449
I propose to test the performance of streaming broker load and mini load.
The environment:
Node 1:
* Memory: about 3G
* Disk: SATA about 2
chenhao7253886 opened a new pull request #1354: Fix bug that query statistics
in audit log are wrong
URL: https://github.com/apache/incubator-doris/pull/1354
This is an automated message from the Apache Git Service.
To respo
46 matches
Mail list logo