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

2019-05-18 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_r285366100 ## File path: fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java ## @@ -54,20 +5

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

2019-05-18 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_r285365981 ## File path: gensrc/thrift/PaloBrokerService.thrift ## @@ -126,10 +127,17 @@ struct TBrokerPRead

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

2019-05-18 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_r285365978 ## File path: be/src/exec/scanner_interface.h ## @@ -0,0 +1,42 @@ + Review comment: i had a

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

2019-05-18 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_r285335617 ## File path: be/test/exec/broker_scanner_test.cpp ## @@ -98,7 +98,7 @@ void BrokerScannerTest::init_d

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

2019-05-18 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_r285335571 ## File path: be/src/exec/scanner_interface.h ## @@ -0,0 +1,42 @@ + Review comment: license head

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

2019-05-18 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_r285335659 ## File path: fe/src/test/java/org/apache/doris/analysis/DataDescriptionTest.java ## @@ -54,20 +51,20

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

2019-05-18 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_r285335005 ## File path: gensrc/thrift/PaloBrokerService.thrift ## @@ -126,10 +127,17 @@ struct TBrokerPReadReque

[GitHub] [incubator-doris] worker24h opened a new pull request #1173: load data from Parquet file (#911)

2019-05-18 Thread GitBox
worker24h opened a new pull request #1173: load data from Parquet file (#911) URL: https://github.com/apache/incubator-doris/pull/1173 Load data from Parquet file by libarrow.a and libparquet.a This is an automated message fro