[GitHub] [incubator-doris] qdore opened a new issue #1254: Query cann't hit rollup

2019-06-04 Thread GitBox
qdore opened a new issue #1254: Query cann't hit rollup URL: https://github.com/apache/incubator-doris/issues/1254 **Describe the bug** This sql can't hit rollup: explain select distinct cuid from visd_dws_topic_novel_wide_table2 where event_day='20190527' and is_na = 1 and bhv_

[GitHub] [incubator-doris] EmmyMiao87 closed pull request #1237: Change strategy of incorrect data

2019-06-04 Thread GitBox
EmmyMiao87 closed pull request #1237: Change strategy of incorrect data URL: https://github.com/apache/incubator-doris/pull/1237 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman merged pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
morningman merged pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay commented on issue #1249: Fix bug that RowCusor do NOT match with RowBlock's layout

2019-06-04 Thread GitBox
imay commented on issue #1249: Fix bug that RowCusor do NOT match with RowBlock's layout URL: https://github.com/apache/incubator-doris/pull/1249#issuecomment-498933811 #1236 This is an automated message from the Apache Git

[GitHub] [incubator-doris] luoyafei commented on issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation

2019-06-04 Thread GitBox
luoyafei commented on issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation URL: https://github.com/apache/incubator-doris/issues/1253#issuecomment-498923937 perfect This i

[GitHub] [incubator-doris] luoyafei closed issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation

2019-06-04 Thread GitBox
luoyafei closed issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation URL: https://github.com/apache/incubator-doris/issues/1253 This is an automated message from the Apach

[GitHub] [incubator-doris] imay closed pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay closed pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 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 #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay opened a new pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 #1246 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay commented on issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation

2019-06-04 Thread GitBox
imay commented on issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation URL: https://github.com/apache/incubator-doris/issues/1253#issuecomment-498923576 you can " help routine", " help routine load" and you can reference here [ma

[GitHub] [incubator-doris] imay commented on issue #1252: Failed to build doris 0.10 on centos 7.3

2019-06-04 Thread GitBox
imay commented on issue #1252: Failed to build doris 0.10 on centos 7.3 URL: https://github.com/apache/incubator-doris/issues/1252#issuecomment-498922717 It seems that enable zstd compress when build rocksdb, however there is no zstd library. you should rebuild rocksdb with ZSTD disabled.

[GitHub] [incubator-doris] imay merged pull request #1251: Make hll function backward compatibility

2019-06-04 Thread GitBox
imay merged pull request #1251: Make hll function backward compatibility URL: https://github.com/apache/incubator-doris/pull/1251 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay closed issue #1250: HLL query error when only upgrade BE to 0.10

2019-06-04 Thread GitBox
imay closed issue #1250: HLL query error when only upgrade BE to 0.10 URL: https://github.com/apache/incubator-doris/issues/1250 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] luoyafei opened a new issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation

2019-06-04 Thread GitBox
luoyafei opened a new issue #1253: The version 0.10 already supports kafka string load. Where can I find relevant documentation URL: https://github.com/apache/incubator-doris/issues/1253 I have upgraded to 0.10, but not find 'kafka load example' in 'help stream load' doc.

[GitHub] [incubator-doris] lshmouse opened a new issue #1252: Failed to build doris 0.10 on centos 7.3

2019-06-04 Thread GitBox
lshmouse opened a new issue #1252: Failed to build doris 0.10 on centos 7.3 URL: https://github.com/apache/incubator-doris/issues/1252 Building thirdparty lib success, but be/fe failed with folliwing erros in centos 7.3 with gcc 5.3.1 Any suggestion? Thanks~ ``` /home/liushaohui/

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1251: Make hll function backward compatibility

2019-06-04 Thread GitBox
kangkaisen opened a new pull request #1251: Make hll function backward compatibility URL: https://github.com/apache/incubator-doris/pull/1251 Fix https://github.com/apache/incubator-doris/issues/1250 This is an automated mess

[GitHub] [incubator-doris] kangkaisen opened a new issue #1250: HLL query error when only upgrade BE to 0.10

2019-06-04 Thread GitBox
kangkaisen opened a new issue #1250: HLL query error when only upgrade BE to 0.10 URL: https://github.com/apache/incubator-doris/issues/1250 **Describe the bug** ``` mysql> select HLL_UNION_AGG(set1), HLL_UNION_AGG(set2), count(*) from hll_test; ERROR 1064 (HY000): Unable to f

[GitHub] [incubator-doris] morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on issue #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#issuecomment-498908599 temporary close This is an automated message from

[GitHub] [incubator-doris] morningman closed pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman closed pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290552087 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ##

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290552100 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ##

[GitHub] [incubator-doris] morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290551341 ## File path: gensrc/thrift/BackendService.thrift ## @@ -144,4 +161,6 @@ service

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290346108 ## File path: gensrc/thrift/BackendService.thrift ## @@ -144,4 +161,6 @@ service Backe

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290355134 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290335969 ## File path: be/src/runtime/routine_load/data_consumer.cpp ## @@ -199,6 +227,66 @@ St

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290354184 ## File path: fe/src/main/java/org/apache/doris/http/rest/GetSmallFileAction.java ## @

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290352781 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ## @@ -0

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290335722 ## File path: be/src/runtime/routine_load/data_consumer.cpp ## @@ -199,6 +227,66 @@ St

[GitHub] [incubator-doris] imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job

2019-06-04 Thread GitBox
imay commented on a change in pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290352092 ## File path: fe/src/main/java/org/apache/doris/common/util/SmallFileMgr.java ## @@ -0

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290335537 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290335073 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331427 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337424 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290338852 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331208 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290331312 ## File path: be/src/runtime/stream_load/stream_load_pipe.h ## @@ -107,11 +111,31 @@ class Strea

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337597 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337094 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911)

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1173: load data from Parquet file (Issues #911) URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r290337800 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,453 @@ +// Licensed to the Apache Sof

[GitHub] [incubator-doris] morningman closed issue #1239: IllegalArgumentException when loadLoadJobsV2

2019-06-04 Thread GitBox
morningman closed issue #1239: IllegalArgumentException when loadLoadJobsV2 URL: https://github.com/apache/incubator-doris/issues/1239 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman merged pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
morningman merged pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay opened a new pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay opened a new pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 #1246 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay closed pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay closed pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] morningman merged pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout

2019-06-04 Thread GitBox
morningman merged pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout URL: https://github.com/apache/incubator-doris/pull/1249 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
kangkaisen commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290302644 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] imay opened a new pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout

2019-06-04 Thread GitBox
imay opened a new pull request #1249: Fix bug that RowCusor do NOT match with RowBlock's layout URL: https://github.com/apache/incubator-doris/pull/1249 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager

2019-06-04 Thread GitBox
EmmyMiao87 commented on a change in pull request #1240: Fix IllegalArgumentException in LoadManager URL: https://github.com/apache/incubator-doris/pull/1240#discussion_r290268959 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadManager.java ## @@ -294,6 +294

[GitHub] [incubator-doris] morningman commented on a change in pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248#discussion_r290261942 ## File path: build.sh ## @@ -48,25 +48,32 @@ usage() { echo " Usage: $0 Optional options: - --be

[GitHub] [incubator-doris] morningman commented on a change in pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
morningman commented on a change in pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248#discussion_r290262004 ## File path: build.sh ## @@ -48,25 +48,32 @@ usage() { echo " Usage: $0 Optional options: - --be

[GitHub] [incubator-doris] imay opened a new pull request #1248: Make MySQL support optional

2019-06-04 Thread GitBox
imay opened a new pull request #1248: Make MySQL support optional URL: https://github.com/apache/incubator-doris/pull/1248 #1246 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1247: Add segment v2 api

2019-06-04 Thread GitBox
kangpinghuang opened a new pull request #1247: Add segment v2 api URL: https://github.com/apache/incubator-doris/pull/1247 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chenhao7253886 closed issue #1053: New query scheduler

2019-06-04 Thread GitBox
chenhao7253886 closed issue #1053: New query scheduler URL: https://github.com/apache/incubator-doris/issues/1053 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re:Re:Re: [VOTE] Release Apache Doris 0.10.0-incubating-rc02

2019-06-04 Thread 陈明雨
Oh, and we decide to update the OPENSSL version in next release. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2019-06-04 13:53:21, "陈明雨" wrote: Hi Dave: Thanks for you check. LZ4: Yes, we just use the files in libs/, which are in Doris code: be/src/exec/decompressor