[GitHub] [incubator-doris] KevinLinGit closed pull request #1230: feat: release udf headers & lib

2019-05-30 Thread GitBox
KevinLinGit closed pull request #1230: feat: release udf headers & lib URL: https://github.com/apache/incubator-doris/pull/1230 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] KevinLinGit opened a new pull request #1230: feat: release udf headers & lib

2019-05-30 Thread GitBox
KevinLinGit opened a new pull request #1230: feat: release udf headers & lib URL: https://github.com/apache/incubator-doris/pull/1230 remove internal headers from udf.h release udf headers & lib This is an automated message

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

2019-05-30 Thread GitBox
imay 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_r289274081 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Software

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

2019-05-30 Thread GitBox
imay 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_r289273867 ## File path: be/src/exec/local_file_reader.cpp ## @@ -37,52 +39,78 @@ Status LocalFileReader::open()

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

2019-05-30 Thread GitBox
imay 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_r289274992 ## File path: fe/src/main/java/org/apache/doris/qe/MultiLoadMgr.java ## @@ -379,10 +378,14 @@ public D

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

2019-05-30 Thread GitBox
imay 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_r289275359 ## File path: fe/src/main/java/org/apache/doris/catalog/BrokerTable.java ## @@ -222,7 +238,7 @@ public

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

2019-05-30 Thread GitBox
imay 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_r289273174 ## File path: be/src/exec/broker_reader.cpp ## @@ -112,24 +112,29 @@ Status BrokerReader::open() {

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

2019-05-30 Thread GitBox
imay 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_r289274242 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -0,0 +1,277 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] imay merged pull request #1213: Add spatial func

2019-05-30 Thread GitBox
imay merged pull request #1213: Add spatial func URL: https://github.com/apache/incubator-doris/pull/1213 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] chaoyli opened a new pull request #1200: Merge refactor code into master

2019-05-30 Thread GitBox
chaoyli opened a new pull request #1200: Merge refactor code into master URL: https://github.com/apache/incubator-doris/pull/1200 1. Refactoring be is to clarify the structure the codes. 2. Use unique id to indicate a rowset. Nameing rowset with tablet_id and version will lead to

[GitHub] [incubator-doris] chaoyli merged pull request #1229: Initialize member variable in Tablet

2019-05-30 Thread GitBox
chaoyli merged pull request #1229: Initialize member variable in Tablet URL: https://github.com/apache/incubator-doris/pull/1229 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay merged pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
imay merged pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay merged pull request #1226: Fix the bug of += decimal in olap engine

2019-05-30 Thread GitBox
imay merged pull request #1226: Fix the bug of += decimal in olap engine URL: https://github.com/apache/incubator-doris/pull/1226 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay closed issue #1223: NPE when create colocate table

2019-05-30 Thread GitBox
imay closed issue #1223: NPE when create colocate table URL: https://github.com/apache/incubator-doris/issues/1223 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-doris] imay merged pull request #1224: Check colocate table name should be case-sensitive

2019-05-30 Thread GitBox
imay merged pull request #1224: Check colocate table name should be case-sensitive URL: https://github.com/apache/incubator-doris/pull/1224 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay closed pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
imay closed pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chaoyli opened a new pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
chaoyli opened a new pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] imay commented on a change in pull request #1226: Fix the bug of += decimal in olap engine

2019-05-30 Thread GitBox
imay commented on a change in pull request #1226: Fix the bug of += decimal in olap engine URL: https://github.com/apache/incubator-doris/pull/1226#discussion_r288991677 ## File path: be/test/olap/field_info_test.cpp ## @@ -0,0 +1,43 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] imay closed pull request #1224: Check colocate table name should be case-sensitive

2019-05-30 Thread GitBox
imay closed pull request #1224: Check colocate table name should be case-sensitive URL: https://github.com/apache/incubator-doris/pull/1224 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1224: Check colocate table name should be case-sensitive

2019-05-30 Thread GitBox
kangkaisen opened a new pull request #1224: Check colocate table name should be case-sensitive URL: https://github.com/apache/incubator-doris/pull/1224 Fix https://github.com/apache/incubator-doris/issues/1223 This is an auto

[GitHub] [incubator-doris] chaoyli opened a new pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
chaoyli opened a new pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] imay closed pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
imay closed pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 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 a change in pull request #1226: Fix the bug of += decimal in olap engine

2019-05-30 Thread GitBox
imay commented on a change in pull request #1226: Fix the bug of += decimal in olap engine URL: https://github.com/apache/incubator-doris/pull/1226#discussion_r288988565 ## File path: be/test/olap/field_info_test.cpp ## @@ -0,0 +1,26 @@ +#include Review comment: lic

[GitHub] [incubator-doris] imay merged pull request #1228: Modify some thirdparties

2019-05-30 Thread GitBox
imay merged pull request #1228: Modify some thirdparties URL: https://github.com/apache/incubator-doris/pull/1228 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] chaoyli opened a new pull request #1229: Initialize member variable in Tablet

2019-05-30 Thread GitBox
chaoyli opened a new pull request #1229: Initialize member variable in Tablet URL: https://github.com/apache/incubator-doris/pull/1229 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] morningman opened a new pull request #1228: Modify some thirdparties

2019-05-30 Thread GitBox
morningman opened a new pull request #1228: Modify some thirdparties URL: https://github.com/apache/incubator-doris/pull/1228 1. Change Kafka java client from 2.0.0 to 0.10.1.1. Because high version client may not support low server server. 2. Enable SSL in librdkafka --

[GitHub] [incubator-doris] chaoyli opened a new pull request #1227: Add negative load from StreamLoad

2019-05-30 Thread GitBox
chaoyli opened a new pull request #1227: Add negative load from StreamLoad URL: https://github.com/apache/incubator-doris/pull/1227 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] imay closed pull request #1224: Check colocate table name should be case-sensitive

2019-05-30 Thread GitBox
imay closed pull request #1224: Check colocate table name should be case-sensitive URL: https://github.com/apache/incubator-doris/pull/1224 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1224: Check colocate table name should be case-sensitive

2019-05-30 Thread GitBox
kangkaisen opened a new pull request #1224: Check colocate table name should be case-sensitive URL: https://github.com/apache/incubator-doris/pull/1224 Fix https://github.com/apache/incubator-doris/issues/1223 This is an auto

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

2019-05-30 Thread 陈明雨
Hi Dave: How's your check? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2019-05-26 09:04:12, "Dave Fisher" wrote: >Hi - give me until Tuesday to check. > >Thanks, >Dave > >Sent from my iPhone > >> On May 21, 2019, at 11:29 PM, 陈明雨 wrote: >> >> Dear all, >> >> >> I mak