Paul Rogers created DRILL-7446:
----------------------------------
Summary: Eclipse compilation issue in AbstractParquetGroupScan
Key: DRILL-7446
URL: https://issues.apache.org/jira/browse/DRILL-7446
Project: Apache Drill
Issue Type: Bug
Reporter: Paul Rogers
Assignee: Paul Rogers
When the recent master branch is loaded in Eclipse, we get a compiler error in
{{AbstractParquetGroupScan}}:
{noformat}
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
{noformat}
The issue appears to be due to using the raw type rather than using parameters
with the type.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)