Skip to content

Commit

Permalink
Merge a66bd8c into 079b675
Browse files Browse the repository at this point in the history
  • Loading branch information
yumkam authored Jul 2, 2024
2 parents 079b675 + a66bd8c commit 07c00a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ydb/library/benchmarks/queries/tpcds/pg/q65.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ select
s_store_sk = sc.ss_store_sk and
i_item_sk = sc.ss_item_sk
order by s_store_name, i_item_desc
, i_wholesale_cost, sc.revenue, i_current_price
limit 100;

-- end query 1 in stream 0 using template ../query_templates/query65.tpl
1 change: 1 addition & 0 deletions ydb/library/benchmarks/queries/tpcds/pg/q79.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ select
group by ss_ticket_number,ss_customer_sk,ss_addr_sk,store.s_city) ms,{{customer}}
where ss_customer_sk = c_customer_sk
order by c_last_name nulls first,c_first_name nulls first,substr(s_city,1,30) nulls first, profit nulls first
, ss_ticket_number, amt
limit 100;

-- end query 1 in stream 0 using template ../query_templates/query79.tpl
1 change: 1 addition & 0 deletions ydb/library/benchmarks/queries/tpcds/yql/q65.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ select
s_store_sk = sc.ss_store_sk and
i_item_sk = sc.ss_item_sk
order by s_store_name, i_item_desc
, i_wholesale_cost, sc.revenue, i_current_price
limit 100;

-- end query 1 in stream 0 using template query65.tpl
1 change: 1 addition & 0 deletions ydb/library/benchmarks/queries/tpcds/yql/q79.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ select
group by store_sales.ss_ticket_number,store_sales.ss_customer_sk,store_sales.ss_addr_sk,store.s_city) ms cross join {{customer}} as customer
where ss_customer_sk = c_customer_sk
order by c_last_name,c_first_name,bla, profit
, ss_ticket_number, amt
limit 100;

-- end query 1 in stream 0 using template query79.tpl

0 comments on commit 07c00a4

Please sign in to comment.