Skip to content

Commit d353cdc

Browse files
committed
02723_zookeeper_name: Force a deterministic result order
1 parent 983e370 commit d353cdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/queries/0_stateless/02723_zookeeper_name.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ INNER JOIN system.parts USING (database, table)
1717
WHERE database = currentDatabase()
1818
GROUP BY
1919
table,zookeeper_name
20+
ORDER BY table
2021
FORMAT CSV;
2122

2223
DROP TABLE t1;

0 commit comments

Comments
 (0)