Skip to content

Commit 95525d8

Browse files
committed
fix settingschangeshistory
1 parent 3303aa4 commit 95525d8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
6161
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."}
6262
{"cluster_table_function_split_granularity", "file", "file", "New setting."},
6363
{"cluster_table_function_buckets_batch_size", 0, 0, "New setting."},
64-
{"arrow_flight_request_descriptor_type", "path", "path", "New setting. Type of descriptor to use for Arrow Flight requests: 'path' or 'command'. Dremio requires 'command'."},
65-
{"send_profile_events", true, true, "New setting. Whether to send profile events to the clients."},
66-
{"into_outfile_create_parent_directories", false, false, "New setting"},
67-
{"correlated_subqueries_default_join_kind", "left", "right", "New setting. Default join kind for decorrelated query plan."},
68-
{"use_statistics_cache", 0, 0, "New setting"},
69-
{"input_format_parquet_use_native_reader_v3", false, true, "Seems stable"},
70-
{"max_projection_rows_to_use_projection_index", 1'000'000, 1'000'000, "New setting"},
71-
{"min_table_rows_to_use_projection_index", 1'000'000, 1'000'000, "New setting"},
72-
{"use_text_index_dictionary_cache", false, false, "New setting"},
73-
{"use_text_index_header_cache", false, false, "New setting"},
74-
{"use_text_index_postings_cache", false, false, "New setting"},
75-
{"s3_retry_attempts", 500, 500, "Changed the value of the obsolete setting"},
76-
{"http_write_exception_in_output_format", true, false, "Changed for consistency across formats"},
77-
{"optimize_const_name_size", -1, 256, "Replace with scalar and use hash as a name for large constants (size is estimated by name length)"},
78-
{"enable_lazy_columns_replication", false, true, "Enable lazy columns replication in JOIN and ARRAY JOIN by default"},
79-
{"allow_special_serialization_kinds_in_output_formats", false, true, "Enable direct output of special columns representations like Sparse/Replicated in some output formats"},
80-
{"allow_experimental_alias_table_engine", false, false, "New setting"},
81-
{"input_format_parquet_local_time_as_utc", false, true, "Use more appropriate type DateTime64(..., 'UTC') for parquet 'local time without timezone' type."},
82-
{"input_format_parquet_verify_checksums", true, true, "New setting."},
83-
{"output_format_parquet_write_checksums", false, true, "New setting."},
84-
{"database_shared_drop_table_delay_seconds", 8 * 60 * 60, 8 * 60 * 60, "New setting."},
85-
{"filesystem_cache_allow_background_download", true, true, "New setting to control background downloads in filesystem cache per query."},
8664
});
8765
addSettingsChanges(settings_changes_history, "25.10",
8866
{

0 commit comments

Comments
 (0)