We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
02862_sorted_distinct_sparse_fix
1 parent 0f709e6 commit c70c58eCopy full SHA for c70c58e
1 file changed
tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.reference
@@ -10,3 +10,4 @@ set max_threads=1;
10
select trimLeft(explain) from (explain pipeline SELECT DISTINCT id, v FROM t_sparse_distinct) where explain ilike '%DistinctSortedChunkTransform%';
11
DistinctSortedChunkTransform
12
SELECT DISTINCT id, v FROM t_sparse_distinct format Null;
13
+DROP TABLE t_sparse_distinct;
0 commit comments