Fix broken test

This commit is contained in:
Antonio Andelic 2023-08-23 09:46:17 +00:00
parent fdfefe58f3
commit 240d29b188

View File

@ -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;