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

2019-06-02 Thread GitBox
kangkaisen 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_r289698255 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateFileStmt.java ##

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

2019-06-02 Thread GitBox
kangkaisen 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_r289696806 ## File path: docs/help/Contents/Data Definition/ddl_stmt.md ## @@ -595,9 +595,9

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

2019-06-02 Thread GitBox
kangkaisen 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_r289695500 ## File path: docs/documentation/cn/administrator-guide/http-actions/fe_get_log_file.md

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

2019-06-02 Thread GitBox
kangpinghuang 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_r289701527 ## File path: docs/documentation/cn/administrator-guide/load-data/routine-load-manual.

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

2019-06-02 Thread 陈明雨
Thanks to everyone, and this vote is now closed. It has passed with 5 +1(binding) votes and no 0 or -1 votes. Binding: +1 Zhao Chun +1 Li Chaoyong +1 Chen Hao +1 ShaoFeng Shi +1 Li De -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2019-05-27 07:56:06,"ShaoFeng Shi" 写道: >

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

2019-06-02 Thread GitBox
kangkaisen 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_r289695500 ## File path: docs/documentation/cn/administrator-guide/http-actions/fe_get_log_file.md

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

2019-06-02 Thread GitBox
morningman opened a new pull request #1235: Support SSL authentication with Kafka in routine load job URL: https://github.com/apache/incubator-doris/pull/1235 1. Implement a Small File Manager which allows user to upload small files, save them in Doris and use them later. Details can be fo

[GitHub] [incubator-doris] morningman opened a new issue #1234: SSL support in routine load with kafka

2019-06-02 Thread GitBox
morningman opened a new issue #1234: SSL support in routine load with kafka URL: https://github.com/apache/incubator-doris/issues/1234 Some Kafka cluster enables the encryption and authentication with SSL, which need client to offer certification file or client public/private key files when

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

2019-06-02 Thread GitBox
worker24h 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_r289669338 ## File path: be/src/exec/local_file_reader.cpp ## @@ -14,13 +14,15 @@ // KIND, either express o

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

2019-06-02 Thread GitBox
worker24h 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_r289669300 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

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

2019-06-02 Thread GitBox
worker24h 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_r289669288 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

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

2019-06-02 Thread GitBox
worker24h 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_r289669322 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

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

2019-06-02 Thread GitBox
worker24h 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_r289669312 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

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

2019-06-02 Thread GitBox
worker24h 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_r289669307 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Softwa

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

2019-06-02 Thread GitBox
worker24h 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_r289669341 ## File path: fe/src/main/java/org/apache/doris/catalog/BrokerTable.java ## @@ -202,7 +218,7 @@ p

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

2019-06-02 Thread GitBox
worker24h 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_r289669329 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Soft

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

2019-06-02 Thread GitBox
worker24h 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_r289669326 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Soft

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

2019-06-02 Thread GitBox
worker24h 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_r289669282 ## File path: be/src/exec/parquet_reader.cpp ## @@ -0,0 +1,461 @@ +// Licensed to the Apache Soft

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

2019-06-02 Thread GitBox
chaoyli closed pull request #1200: Merge refactor code into master URL: https://github.com/apache/incubator-doris/pull/1200 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 #1173: load data from Parquet file (Issues #911)

2019-06-02 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_r289645385 ## 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-06-02 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_r289645794 ## 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-06-02 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_r289645244 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Fo

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

2019-06-02 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_r289645248 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Fo

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

2019-06-02 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_r289645180 ## 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-06-02 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_r289643142 ## File path: fe/src/main/java/org/apache/doris/catalog/BrokerTable.java ## @@ -202,7 +218,7 @@ public

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

2019-06-02 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_r289645236 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Fo

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

2019-06-02 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_r289645240 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Fo

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

2019-06-02 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_r289645219 ## File path: be/src/exec/parquet_reader.h ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Fo

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

2019-06-02 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_r289644426 ## 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-06-02 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_r289643942 ## File path: be/src/exec/local_file_reader.cpp ## @@ -14,13 +14,15 @@ // KIND, either express or imp

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1233: Add optimization with cost and fix unit test

2019-06-02 Thread GitBox
chenhao7253886 opened a new pull request #1233: Add optimization with cost and fix unit test URL: https://github.com/apache/incubator-doris/pull/1233 This is an automated message from the Apache Git Service. To respond to th