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_r272878398
##########
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:
How can we get to the formatPlugin (or its context) at the runtime ?
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|