This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new c8d56425f IMPALA-12942: deflake 
test_virtual_column_file_position_generic
c8d56425f is described below

commit c8d56425f87f2bc6da5fd39ed905caeabc9aaad0
Author: Zoltan Borok-Nagy <[email protected]>
AuthorDate: Wed Mar 27 11:43:31 2024 +0100

    IMPALA-12942: deflake test_virtual_column_file_position_generic
    
    Sometimes the runtime filters don't arrive in time in test
    test_virtual_column_file_position_generic. This patch increases
    RUNTIME_FILTER_WAIT_TIME_MS to 30 seconds.
    
    Change-Id: I4d7a23389a2dcdd92602c2de22a2fc8f09aa618c
    Reviewed-on: http://gerrit.cloudera.org:8080/21209
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Daniel Becker <[email protected]>
---
 .../queries/QueryTest/virtual-column-file-position-generic.test          | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/testdata/workloads/functional-query/queries/QueryTest/virtual-column-file-position-generic.test
 
b/testdata/workloads/functional-query/queries/QueryTest/virtual-column-file-position-generic.test
index ff6a6050d..88074f508 100644
--- 
a/testdata/workloads/functional-query/queries/QueryTest/virtual-column-file-position-generic.test
+++ 
b/testdata/workloads/functional-query/queries/QueryTest/virtual-column-file-position-generic.test
@@ -174,6 +174,7 @@ BIGINT,INT,INT,INT,STRING
 ---- QUERY
 # Regression test for IMPALA-12903. The following query uses dynamic pruning. 
The
 # surviving partitions have file formats that support virtual column 
FILE__POSITION.
+set RUNTIME_FILTER_WAIT_TIME_MS=30000;
 select straight_join lhs.file__position, lhs.year, lhs.month, lhs.id
 from functional.alltypesmixedformat lhs, functional.alltypes rhs
 where lhs.id = rhs.id and lhs.year = rhs.year and lhs.month = rhs.month and

Reply via email to