Package io.delta.kernel.internal
Class TableConfig.UniversalFormats
Object
io.delta.kernel.internal.TableConfig.UniversalFormats
- Enclosing class:
TableConfig<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe value to use to enable uniform exports to Hudi for TableConfig.UNIVERSAL_FORMAT_ENABLED_FORMATS.static final StringThe value that enables uniform exports to Iceberg for TableConfig.UNIVERSAL_FORMAT_ENABLED_FORMATS. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORMAT_ICEBERG
The value that enables uniform exports to Iceberg for TableConfig.UNIVERSAL_FORMAT_ENABLED_FORMATS.but also be set to trueto fully enable this feature.- See Also:
-
FORMAT_HUDI
The value to use to enable uniform exports to Hudi for TableConfig.UNIVERSAL_FORMAT_ENABLED_FORMATS.- See Also:
-
-
Constructor Details
-
UniversalFormats
public UniversalFormats()
-