amansinha100 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_r272860190
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java ########## @@ -52,6 +52,7 @@ private final ParquetFormatPlugin formatPlugin; private final ParquetFormatConfig formatConfig; + private final Collection<DrillbitEndpoint> drillbitEndpoints; Review comment: This seems unrelated to this PR since one can get the same information from the formatPlugin's context. Any specific reason for this ? ---------------------------------------------------------------- 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
