Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.0.0
-
None
-
None
-
ghx-label-3
Description
There is a conflict happening in HdfsScanNode.java vs RuntimeFilterGenerator.java when initializing overlap predicate.
In HdfsScanNode.java, computeStatsTupleAndConjuncts that init statsTuple_ will not be called because PARQUET_READ_STATISTICS=0.
https://github.com/apache/impala/blob/9d61bc4/fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java#L409
On the other hand, in RuntimeFilterGenerator.java, disable_overlap_filter is set to false without considering what is the value of PARQUET_READ_STATISTICS.
https://github.com/apache/impala/blob/9d61bc4/fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java#L915
Attachments
Issue Links
- is related to
-
IMPALA-11071 NPE when PARQUET_READ_STATISTICS is set to false
- Closed
-
IMPALA-11294 Remove unnecessary workarounds from dictionary runtime filter tests
- Resolved