From aaf0ef741e6491bb083eb897100ac0497094dd9e Mon Sep 17 00:00:00 2001 From: ZhangYu0123 <67053339+ZhangYu0123@users.noreply.github.com> Date: Thu, 4 May 2023 11:05:15 +0800 Subject: [PATCH] [fix](regression) fix inverted_index_p1 q72.sql timeout error (#19241) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix inverted_index_p1 q72.sql timeout error 1、the runtime filter exeed wait time and lead to 100w * 1000w data join --- .../data/inverted_index_p1/tpcds_sf1_index/sql/q72.out | 6 ++++++ .../suites/inverted_index_p1/tpcds_sf1_index/sql/q72.sql | 2 ++ 2 files changed, 8 insertions(+) diff --git a/regression-test/data/inverted_index_p1/tpcds_sf1_index/sql/q72.out b/regression-test/data/inverted_index_p1/tpcds_sf1_index/sql/q72.out index b26d31b957..50cd124b6c 100644 --- a/regression-test/data/inverted_index_p1/tpcds_sf1_index/sql/q72.out +++ b/regression-test/data/inverted_index_p1/tpcds_sf1_index/sql/q72.out @@ -1,5 +1,11 @@ -- This file is automatically generated. You should know what you did if you want to edit this -- !q72 -- +0 + +-- !q72_2 -- +0 + +-- !q72_3 -- Best possible ages tell together new, st Conventional childr 5213 0 2 2 Closed, good condition Doors canno 5169 0 2 2 Departments make once again police. Very acceptable results call still extended, known ends; relationships shoot strangely. Acids shall discharge in order ethnic, ric 5168 0 2 2 diff --git a/regression-test/suites/inverted_index_p1/tpcds_sf1_index/sql/q72.sql b/regression-test/suites/inverted_index_p1/tpcds_sf1_index/sql/q72.sql index 0f14bcec73..335a25029e 100644 --- a/regression-test/suites/inverted_index_p1/tpcds_sf1_index/sql/q72.sql +++ b/regression-test/suites/inverted_index_p1/tpcds_sf1_index/sql/q72.sql @@ -1,3 +1,5 @@ +SET runtime_filter_type="BLOOM_FILTER"; +SET runtime_filter_wait_time_ms=5000; SELECT i_item_desc , w_warehouse_name