package tablefeatures
Type Members
-
case class
DropFeature(featureName: String, truncateHistory: Boolean) extends TableChange with Product with Serializable
Change to remove a feature from a table.
Change to remove a feature from a table.
- featureName
The name of the feature
- truncateHistory
When true we set the minimum log retention period and clean up metadata.