Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/611#discussion_r86444957
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java
---
@@ -207,6 +207,10 @@ public OperatorContext getOperatorContext() {
return operatorContext;
}
+ public FragmentContext getFragmentContext() {
--- End diff --
Parquet record reader already had the fragment context, I merely make it
accessible by other classes in the Parquet Reader.
But the point is taken. Ideally, there should be no need for this at all.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---