Package org.apache.iceberg
Class MetadataUpdate.EnableRowLineage
java.lang.Object
org.apache.iceberg.MetadataUpdate.EnableRowLineage
- All Implemented Interfaces:
Serializable
,MetadataUpdate
- Enclosing interface:
- MetadataUpdate
@Deprecated
public static class MetadataUpdate.EnableRowLineage
extends Object
implements MetadataUpdate
Deprecated.
will be removed in 1.10.0; row lineage is required for all v3+ tables.
Update to enable row lineage.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.MetadataUpdate
MetadataUpdate.AddPartitionSpec, MetadataUpdate.AddSchema, MetadataUpdate.AddSnapshot, MetadataUpdate.AddSortOrder, MetadataUpdate.AddViewVersion, MetadataUpdate.AssignUUID, MetadataUpdate.EnableRowLineage, MetadataUpdate.RemovePartitionSpecs, MetadataUpdate.RemovePartitionStatistics, MetadataUpdate.RemoveProperties, MetadataUpdate.RemoveSchemas, MetadataUpdate.RemoveSnapshot, MetadataUpdate.RemoveSnapshotRef, MetadataUpdate.RemoveSnapshots, MetadataUpdate.RemoveStatistics, MetadataUpdate.SetCurrentSchema, MetadataUpdate.SetCurrentViewVersion, MetadataUpdate.SetDefaultPartitionSpec, MetadataUpdate.SetDefaultSortOrder, MetadataUpdate.SetLocation, MetadataUpdate.SetPartitionStatistics, MetadataUpdate.SetProperties, MetadataUpdate.SetSnapshotRef, MetadataUpdate.SetStatistics, MetadataUpdate.UpgradeFormatVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(TableMetadata.Builder metadataBuilder) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.MetadataUpdate
applyTo
-
Constructor Details
-
EnableRowLineage
public EnableRowLineage()Deprecated.
-
-
Method Details
-
applyTo
Deprecated.- Specified by:
applyTo
in interfaceMetadataUpdate
-