Skip to content

Commit bd1f12e

Browse files
authored
Update 02180_group_by_lowcardinality.sql
1 parent 3b2f6df commit bd1f12e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/queries/0_stateless/02180_group_by_lowcardinality.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- Tags: no-random-settings
2+
13
create table if not exists t_group_by_lowcardinality(p_date Date, val LowCardinality(Nullable(String)))
24
engine=MergeTree() partition by p_date order by tuple();
35

0 commit comments

Comments
 (0)