Update MergeTreeDataPartWriterWide.h

This commit is contained in:
Pavel Kruglov 2024-11-22 14:09:42 +01:00 committed by GitHub
parent 65704c1825
commit f9868432db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,6 @@ private:
/// More than zero when incoming blocks are smaller then their granularity.
size_t rows_written_in_last_mark = 0;
Block block_sample;
bool is_dynamic_streams_initialized = false;
};