Tamas Mate created IMPALA-11294:
-----------------------------------
Summary: Remove unnecessary workarounds from dictionary runtime
filter tests
Key: IMPALA-11294
URL: https://issues.apache.org/jira/browse/IMPALA-11294
Project: IMPALA
Issue Type: Improvement
Components: Frontend
Affects Versions: Impala 4.1.0
Reporter: Tamas Mate
Assignee: Tamas Mate
Fix For: Impala 4.2.0
Remove the configurations set to workaround problems caused by IMPALA-11047
from the dictionary runtime filter tests.
{code:python}
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;")
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]