Skip to content

Commit 240d29b

Browse files
committed
Fix broken test
1 parent fdfefe5 commit 240d29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.reference

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ set max_threads=1;
1010
select trimLeft(explain) from (explain pipeline SELECT DISTINCT id, v FROM t_sparse_distinct) where explain ilike '%DistinctSortedChunkTransform%';
1111
DistinctSortedChunkTransform
1212
SELECT DISTINCT id, v FROM t_sparse_distinct format Null;
13+
DROP TABLE t_sparse_distinct;

0 commit comments

Comments
 (0)