Skip to content

Commit ee30e00

Browse files
committed
November
1 parent 3b94e33 commit ee30e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
4747
{"s3_retry_attempts", 500, 500, "Changed the value of the obsolete setting"},
4848
{"optimize_const_name_size", -1, 256, "Replace with scalar and use hash as a name for large constants (size is estimated by name length)"},
4949
{"enable_lazy_columns_replication", false, true, "Enable lazy columns replication in JOIN and ARRAY JOIN by default"},
50+
{"input_format_parquet_verify_checksums", true, true, "New setting."},
51+
{"output_format_parquet_write_checksums", false, true, "New setting."},
5052
});
5153
addSettingsChanges(settings_changes_history, "25.10",
5254
{
@@ -81,8 +83,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
8183
{"query_plan_use_logical_join_step", true, true, "Added alias"},
8284
{"schema_inference_make_columns_nullable", 1, 3, "Take nullability information from Parquet/ORC/Arrow metadata by default, instead of making everything nullable."},
8385
{"materialized_views_squash_parallel_inserts", false, true, "Added setting to preserve old behavior if needed."},
84-
{"input_format_parquet_verify_checksums", true, true, "New setting."},
85-
{"output_format_parquet_write_checksums", false, true, "New setting."},
8686
{"distributed_cache_connect_timeout_ms", 50, 50, "New setting"},
8787
{"distributed_cache_receive_timeout_ms", 3000, 3000, "New setting"},
8888
{"distributed_cache_send_timeout_ms", 3000, 3000, "New setting"},

0 commit comments

Comments
 (0)