mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
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:
parent
cf6de30156
commit
41460dcaca
@ -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