Skip to content

Commit 3feb31a

Browse files
committed
remove unnecessary change
1 parent c62b564 commit 3feb31a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Storages/ObjectStorage/DataLakes/DataLakeStorageSettings.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ If enabled, indicates that metadata is taken from iceberg specification that is
5151
)", 0) \
5252
DECLARE(String, iceberg_metadata_file_path, "", R"(
5353
Explicit path to desired Iceberg metadata file, should be relative to path in object storage. Make sense for table function use case only.
54-
)", 0) \
55-
DECLARE(String, iceberg_table_location, "", R"(
56-
Explicit path to Iceberg table location (warehouse). If no iceberg_metadata_file_path provided, it will be deduced using this parameter.
5754
)", 0) \
5855
DECLARE(String, iceberg_metadata_table_uuid, "", R"(
5956
Explicit table UUID to read metadata for. Ignored if iceberg_metadata_file_path is set.

0 commit comments

Comments
 (0)