Skip to content

Commit ac998d9

Browse files
Backport #53738 to 23.7: Fix broken 02862_sorted_distinct_sparse_fix
1 parent 4530a41 commit ac998d9

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)