Skip to content

Commit de41bcf

Browse files
authored
tpc ds q32: fix yql translation (#8295)
1 parent 94d2c3b commit de41bcf

File tree

1 file changed

+1
-0
lines changed
  • ydb/library/benchmarks/queries/tpcds/yql

1 file changed

+1
-0
lines changed

ydb/library/benchmarks/queries/tpcds/yql/q32.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $avg_discount_by_item = (
1111
cross join {{item}} as item
1212
where cast (d_date as date) between cast('2002-03-29' as date) and
1313
(cast('2002-03-29' as date) + DateTime::IntervalFromDays(90))
14+
and i_item_sk = cs_item_sk
1415
and d_date_sk = cs_sold_date_sk
1516
and i_manufact_id = 66
1617
group by item.i_item_sk

0 commit comments

Comments
 (0)