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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Daniel Vanko
2026-01-21 15:14:52 +01:00
committed by Impala Public Jenkins
parent 03e9b63d16
commit 00c233cc4f

View File

@@ -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
====