Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 4.1.0
-
None
-
ghx-label-13
Description
Remove the configurations set to workaround problems caused by IMPALA-11047 from the dictionary runtime filter tests.
self.execute_query("SET PARQUET_READ_STATISTICS=false;") self.execute_query("SET MINMAX_FILTER_THRESHOLD = 0.0;") self.execute_query("SET MINMAX_FILTER_SORTED_COLUMNS=FALSE;") self.execute_query("SET MINMAX_FILTER_PARTITION_COLUMNS=FALSE;")
Attachments
Issue Links
- relates to
-
IMPALA-11047 Preconditions.checkNotNull(statsTuple_) fail in HdfsScanNode.java if PARQUET_READ_STATISTICS=0
- Resolved