[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-16 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r144074677 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,20 +161,46 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-10 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143837353 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-09 Thread dprofeta
Github user dprofeta commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143403559 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-09 Thread dprofeta
Github user dprofeta commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143403657 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-09 Thread dprofeta
Github user dprofeta commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143403232 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143264522 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143263332 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-06 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/976#discussion_r143263740 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -156,18 +160,39 @@ public ScanBatch

[GitHub] drill pull request #976: DRILL-5797: Choose parquet reader from read columns

2017-10-06 Thread dprofeta
GitHub user dprofeta opened a pull request: https://github.com/apache/drill/pull/976 DRILL-5797: Choose parquet reader from read columns ParquetRecordReader is not able to read complex columns. However it is able to read simple columns in a file containing complex columns.