Skip to content

Commit b4cc0f0

Browse files
Update 02862_sorted_distinct_sparse_fix.sql
1 parent 22895c1 commit b4cc0f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ set max_threads=1;
2121

2222
select trimLeft(explain) from (explain pipeline SELECT DISTINCT id, v FROM t_sparse_distinct) where explain ilike '%DistinctSortedChunkTransform%';
2323
SELECT DISTINCT id, v FROM t_sparse_distinct format Null;
24+
25+
DROP TABLE t_sparse_distinct;

0 commit comments

Comments
 (0)