Riza Suminto created IMPALA-13016:
-------------------------------------
Summary: Fix ambiguous row_regex that check for no-existence
Key: IMPALA-13016
URL: https://issues.apache.org/jira/browse/IMPALA-13016
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure
Reporter: Riza Suminto
Assignee: Riza Suminto
There are few row_regex pattern used in EE test files that is ambiguous on
whether a parttern not exist in all parts of results/runtime filter or at least
one row does not have that pattern:
{code:java}
$ git grep -n "row_regex: (?\!"
testdata/workloads/functional-query/queries/QueryTest/acid-clear-statsaccurate.test:34:row_regex:
(?!.*COLUMN_STATS_ACCURATE)
testdata/workloads/functional-query/queries/QueryTest/acid-truncate.test:47:row_regex:
(?!.*COLUMN_STATS_ACCURATE)
testdata/workloads/functional-query/queries/QueryTest/clear-statsaccurate.test:28:row_regex:
(?!.*COLUMN_STATS_ACCURATE)
testdata/workloads/functional-query/queries/QueryTest/iceberg-v2-directed-mode.test:14:row_regex:
(?!.*F03:JOIN BUILD.*) {code}
They should be replaced either with !row_regex or VERIFY_IS_NOT_IN comment.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)