Skip to content

Commit

Permalink
Stabilize ordering (ydb-platform#4572)
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius authored and naspirato committed May 15, 2024
1 parent 01ff137 commit ce33001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ydb/library/benchmarks/queries/tpcds/pg/q64.sql
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ order by cs1.product_name
,cs1.store_name
,cs2_cnt
,s11
,s21;
,s21
,s22;

-- end query 1 in stream 0 using template ../query_templates/query64.tpl
3 changes: 2 additions & 1 deletion ydb/library/benchmarks/queries/tpcds/yql/q64.sql
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ order by cs1.product_name
,cs1.store_name
,cs2.cnt
,s11
,s21;
,s21
,s22;

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

0 comments on commit ce33001

Please sign in to comment.