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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 48465688ac3 [fix](regression)Tpcds q24_1 missing join condition  
(#47085)
48465688ac3 is described below

commit 48465688ac38588403b9aea44357e3153c822238
Author: minghong <[email protected]>
AuthorDate: Thu Jan 16 17:36:40 2025 +0800

    [fix](regression)Tpcds q24_1 missing join condition  (#47085)
---
 .../suites/tpcds_sf100_dup_without_key_nonConcurrent_p2/sql/q24_1.sql    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/tpcds_sf100_dup_without_key_nonConcurrent_p2/sql/q24_1.sql
 
b/regression-test/suites/tpcds_sf100_dup_without_key_nonConcurrent_p2/sql/q24_1.sql
index 71711c8579c..18e674f4993 100644
--- 
a/regression-test/suites/tpcds_sf100_dup_without_key_nonConcurrent_p2/sql/q24_1.sql
+++ 
b/regression-test/suites/tpcds_sf100_dup_without_key_nonConcurrent_p2/sql/q24_1.sql
@@ -24,6 +24,7 @@ WITH
       AND (ss_customer_sk = c_customer_sk)
       AND (ss_item_sk = i_item_sk)
       AND (ss_store_sk = s_store_sk)
+      and c_current_addr_sk = ca_address_sk
       AND (c_birth_country = upper(ca_country))
       AND (s_zip = ca_zip)
       AND (s_market_id = 8)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to