Merge pull request #38587 from ClickHouse/nickitat-patch-2

quick fix for 02112_with_fill_interval
This commit is contained in:
Alexander Tokmakov 2022-06-30 02:46:47 +03:00 committed by GitHub
commit 8b4ec60063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;