Skip to content

Commit d6e0f98

Browse files
authored
Stabilize ordering (#4572)
1 parent 34021cb commit d6e0f98

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ydb/library/benchmarks/queries/tpcds/pg/q64.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ order by cs1.product_name
117117
,cs1.store_name
118118
,cs2_cnt
119119
,s11
120-
,s21;
120+
,s21
121+
,s22;
121122

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ order by cs1.product_name
119119
,cs1.store_name
120120
,cs2.cnt
121121
,s11
122-
,s21;
122+
,s21
123+
,s22;
123124

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

0 commit comments

Comments
 (0)