quick fix for 02112_with_fill_interval

Seems like the problem is that now data more often come to FillingTransform in multiple chunks. Don't know why it affects the results, will continue investigation.
This commit is contained in:
Nikita Taranov 2022-06-29 17:37:29 +02:00 committed by GitHub
parent cf6de30156
commit 41460dcaca
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; DROP TABLE IF EXISTS with_fill_date;
CREATE TABLE with_fill_date (d Date, d32 Date32) ENGINE = Memory; CREATE TABLE with_fill_date (d Date, d32 Date32) ENGINE = Memory;