Skip to content

Commit 882c968

Browse files
committed
fix style
1 parent 862fdbe commit 882c968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/InsertDependenciesBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ namespace Setting
111111
extern const SettingsUInt64 min_insert_block_size_bytes_for_materialized_views;
112112
extern const SettingsBool ignore_materialized_views_with_dropped_target_table;
113113
extern const SettingsBool distributed_foreground_insert;
114-
extern const SettingsUInt64 max_block_size;
114+
extern const SettingsNonZeroUInt64 max_block_size;
115115
extern const SettingsBool insert_null_as_default;
116116
extern const SettingsMaxThreads max_threads;
117117
extern const SettingsBool use_concurrency_control;

0 commit comments

Comments
 (0)