Ben-Zvi commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r276496971
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/AbstractGroupScanWithMetadata.java ########## @@ -43,6 +44,7 @@ import org.apache.drill.exec.store.ColumnExplorer; import org.apache.drill.exec.store.dfs.FileSelection; import org.apache.drill.exec.store.parquet.FilterEvaluatorUtils; +// import org.apache.drill.exec.store.parquet.ParquetGroupScan; Review comment: Done, in a followup commit ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
