mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: Server: Removed test because UNION ALL and FORMAT cannot be reliably tested together with our current functional test framework: 1) in the result of a UNION ALL the rows may appear in any order; 2) If put UNION ALL in a subrequest and use ORDER BY, we cannot test FORMAT. [#METR-16716]
This commit is contained in:
parent
a522013939
commit
a13e6f6a56
@ -1,18 +0,0 @@
|
||||
[1m1[0m
|
||||
|
||||
1
|
||||
[1m1[0m
|
||||
|
||||
1
|
||||
[1m1[0m
|
||||
|
||||
2
|
||||
[1m1[0m
|
||||
|
||||
1
|
||||
[1m1[0m
|
||||
|
||||
2
|
||||
[1m1[0m
|
||||
|
||||
3
|
@ -1,3 +0,0 @@
|
||||
SELECT 1 FORMAT PrettySpace;
|
||||
SELECT 1 UNION ALL SELECT 2 FORMAT PrettySpace;
|
||||
SELECT 1 UNION ALL SELECT 2 UNION ALL SELECT 3 FORMAT PrettySpace;
|
Loading…
Reference in New Issue
Block a user