mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix broken test
This commit is contained in:
parent
fdfefe58f3
commit
240d29b188
@ -10,3 +10,4 @@ set max_threads=1;
|
||||
select trimLeft(explain) from (explain pipeline SELECT DISTINCT id, v FROM t_sparse_distinct) where explain ilike '%DistinctSortedChunkTransform%';
|
||||
DistinctSortedChunkTransform
|
||||
SELECT DISTINCT id, v FROM t_sparse_distinct format Null;
|
||||
DROP TABLE t_sparse_distinct;
|
||||
|
Loading…
Reference in New Issue
Block a user