[GitHub] [incubator-doris] imay merged pull request #1359: Increase the timeout of publish version task when doing alter job

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1343: Thrift definition for scanning data ability for computing system

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] morningman opened a new pull request #1359: Increase the timeout of publish version task when doing alter job

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] morningman closed pull request #1359: Increase the timeout of publish version task when doing alter job

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] kangkaisen commented on issue #1356: Wrong query result with constant

2019-06-21 Thread GitBox
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())) {

[GitHub] [incubator-doris] imay merged pull request #1360: Fix FE unit test's failure

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay opened a new pull request #1360: Fix FE unit test's failure

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] morningman opened a new pull request #1359: Increase the timeout of publish version task when doing alter job

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1344: Add more UT for FEFunctions

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1357: Fix wrong query result with constant InPredicate

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1353: Add Checkstyle for doris-fe

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] morningman closed pull request #1358: Increase the timeout of publish version task

2019-06-21 Thread GitBox
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,

[GitHub] [incubator-doris] morningman opened a new pull request #1358: Increase the timeout of publish version task

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on issue #1356: Wrong query result with constant

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] kangkaisen commented on issue #1356: Wrong query result with constant

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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 #

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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 #

[GitHub] [incubator-doris] imay closed pull request #1344: Add more UT for FEFunctions

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] DDDDDDouble opened a new pull request #1344: Add more UT for FEFunctions

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1323: This commit has brought contribution to streaming mini load

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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 @@ +#

[GitHub] [incubator-doris] imay merged pull request #1354: Fix bug that query statistics in audit log are wrong

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #1349: support mysql client 8.0 connection fe

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on issue #1356: Wrong query result with constant

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] stczwd commented on a change in pull request #1332: Doris sink for Spark Structured Streaming

2019-06-21 Thread GitBox
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 @@ +#

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1357: Fix wrong query result with constant InPredicate

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] kangkaisen opened a new issue #1356: Wrong query result with constant

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli commented on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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. ---

[GitHub] [incubator-doris] chaoyli merged pull request #1355: fix unused rowset bug

2019-06-21 Thread GitBox
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

Re:Re: [DISCUSS] Unify the load framework in Doris

2019-06-21 Thread 陈明雨
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. >

Re: [DISCUSS] Unify the load framework in Doris

2019-06-21 Thread Miao,Ling
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1355: fix unused rowset bug

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1095: Unifies load flow

2019-06-21 Thread GitBox
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

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1354: Fix bug that query statistics in audit log are wrong

2019-06-21 Thread GitBox
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