Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When the recent master branch is loaded in Eclipse, we get a compiler error in AbstractParquetGroupScan:
The method getFiltered(OptionManager, FilterPredicate) from the type AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer is not visible AbstractParquetGroupScan.java /drill-java-exec/src/main/java/org/apache/drill/exec/store/parquet line 242 Java Problem Type mismatch: cannot convert from AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer to AbstractParquetGroupScan.RowGroupScanFilterer AbstractParquetGroupScan.java /drill-java-exec/src/main/java/org/apache/drill/exec/store/parquet line 237 Java Problem
The issue appears to be due to using the raw type rather than using parameters with the type.
Attachments
Issue Links
- links to