Skip to content

Commit

Permalink
[fix](regression)Tpcds q24_1 missing join condition (apache#47085)
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly authored and shuke987 committed Jan 17, 2025
1 parent 56fceb4 commit 5aa63e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression-test/suites/tpcds_sf100_p2/sql/q24_1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5aa63e1

Please sign in to comment.