mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
02723_zookeeper_name: Force a deterministic result order
This commit is contained in:
parent
983e37048c
commit
d353cdcb09
@ -17,6 +17,7 @@ INNER JOIN system.parts USING (database, table)
|
||||
WHERE database = currentDatabase()
|
||||
GROUP BY
|
||||
table,zookeeper_name
|
||||
ORDER BY table
|
||||
FORMAT CSV;
|
||||
|
||||
DROP TABLE t1;
|
||||
|
Loading…
Reference in New Issue
Block a user