Class PartitionSpecEvolution
java.lang.Object
org.apache.iceberg.flink.sink.dynamic.PartitionSpecEvolution
Checks compatibility of PartitionSpecs and evolves one into the other.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkCompatibility
(PartitionSpec spec1, PartitionSpec spec2) Checks whether two PartitionSpecs are compatible with each other.
-
Method Details
-
checkCompatibility
Checks whether two PartitionSpecs are compatible with each other. Less strict thanPartitionSpec#compatible
in the sense that it tolerates differently named partition fields, as long as their transforms and field names corresponding to their source ids match.
-