Skip to content

Commit 454aaa5

Browse files
committed
remove kSnapshotIdInheritanceEnabled
1 parent 8ed196c commit 454aaa5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/iceberg/table_properties.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ class ICEBERG_EXPORT TableProperties : public ConfigBase<TableProperties> {
242242
inline static Entry<int64_t> kDeleteTargetFileSizeBytes{
243243
"write.delete.target-file-size-bytes", int64_t{64} * 1024 * 1024}; // 64 MB
244244

245-
inline static Entry<bool> kSnapshotIdInheritanceEnabled{
246-
"compatibility.snapshot-id-inheritance.enabled", false};
247-
248245
// Garbage collection properties
249246

250247
inline static Entry<bool> kGcEnabled{"gc.enabled", true};

0 commit comments

Comments
 (0)