mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #38587 from ClickHouse/nickitat-patch-2
quick fix for 02112_with_fill_interval
This commit is contained in:
commit
8b4ec60063
@ -1,3 +1,5 @@
|
||||
SET max_threads = 1;
|
||||
|
||||
DROP TABLE IF EXISTS with_fill_date;
|
||||
CREATE TABLE with_fill_date (d Date, d32 Date32) ENGINE = Memory;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user