We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed196c commit 454aaa5Copy full SHA for 454aaa5
src/iceberg/table_properties.h
@@ -242,9 +242,6 @@ class ICEBERG_EXPORT TableProperties : public ConfigBase<TableProperties> {
242
inline static Entry<int64_t> kDeleteTargetFileSizeBytes{
243
"write.delete.target-file-size-bytes", int64_t{64} * 1024 * 1024}; // 64 MB
244
245
- inline static Entry<bool> kSnapshotIdInheritanceEnabled{
246
- "compatibility.snapshot-id-inheritance.enabled", false};
247
-
248
// Garbage collection properties
249
250
inline static Entry<bool> kGcEnabled{"gc.enabled", true};
0 commit comments