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
Copy file name to clipboardExpand all lines: src/Core/Settings.cpp
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5975,6 +5975,9 @@ This only affects operations performed on the client side, in particular parsing
5975
5975
Normally this setting should be set in user profile (users.xml or queries like `ALTER USER`), not through the client (client command line arguments, `SET` query, or `SETTINGS` section of `SELECT` query). Through the client it can be changed to false, but can't be changed to true (because the server won't send the settings if user profile has `apply_settings_from_server = false`).
5976
5976
5977
5977
Note that initially (24.12) there was a server setting (`send_settings_to_client`), but latter it got replaced with this client setting, for better usability.
5978
+
)", 0) \
5979
+
DECLARE(Bool, allow_local_data_lakes, false, R"(
5980
+
Allow using local data lake engines and table functions (IcebergLocal, DeltaLakeLocal, etc.).
0 commit comments