You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."}
62
62
{"cluster_table_function_split_granularity", "file", "file", "New setting."},
63
63
{"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."},
{"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."},
0 commit comments