We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862fdbe commit 882c968Copy full SHA for 882c968
src/Interpreters/InsertDependenciesBuilder.cpp
@@ -111,7 +111,7 @@ namespace Setting
111
extern const SettingsUInt64 min_insert_block_size_bytes_for_materialized_views;
112
extern const SettingsBool ignore_materialized_views_with_dropped_target_table;
113
extern const SettingsBool distributed_foreground_insert;
114
- extern const SettingsUInt64 max_block_size;
+ extern const SettingsNonZeroUInt64 max_block_size;
115
extern const SettingsBool insert_null_as_default;
116
extern const SettingsMaxThreads max_threads;
117
extern const SettingsBool use_concurrency_control;
0 commit comments