This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 00c233cc4fc25d23fc8a7e2f1efdf2d85c29f653 Author: Daniel Vanko <[email protected]> AuthorDate: Wed Jan 21 15:14:52 2026 +0100 IMPALA-14692: Fix test_spilling_hash_join IMPALA-14680 mistakenly removed greedy regex patterns from query-impala-13138.test, but this test checks for the query results not for the query profile, which was modified in IMPALA-14680. Testing: * test_spilling_hash_join passed in exhaustive mode Change-Id: I709f81217f44c9377e4a1e8419787591ba7b7451 Reviewed-on: http://gerrit.cloudera.org:8080/23898 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- .../functional-query/queries/QueryTest/query-impala-13138.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/workloads/functional-query/queries/QueryTest/query-impala-13138.test b/testdata/workloads/functional-query/queries/QueryTest/query-impala-13138.test index b80f4dff9..d3f655ba7 100644 --- a/testdata/workloads/functional-query/queries/QueryTest/query-impala-13138.test +++ b/testdata/workloads/functional-query/queries/QueryTest/query-impala-13138.test @@ -23,7 +23,7 @@ FROM letter_marketing_response_events re AND re.send_account_sk not in (43) GROUP BY ecc.letter_mission_name, re.`date`, c.war_group; ---- RESULTS: VERIFY_IS_SUBSET -row_regex:,'2024-06-07', +row_regex:.*,'2024-06-07',.* ---- TYPES STRING,STRING,STRING ====
