Skip to content

Commit c113fcf

Browse files
authored
tpc ds q32: fix yql translation (#7081)
1 parent f362955 commit c113fcf

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
@@ -12,6 +12,7 @@ $avg_discount_by_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))
1414
and d_date_sk = cs_sold_date_sk
15+
and i_manufact_id = 66
1516
group by item.i_item_sk
1617
);
1718

0 commit comments

Comments
 (0)