mirror of
https://github.com/apache/impala.git
synced 2026-02-03 18:00:39 -05:00
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:
committed by
Impala Public Jenkins
parent
03e9b63d16
commit
00c233cc4f
@@ -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
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user