DropFeature Table Change¶
DropFeature is a TableChange (Spark SQL).
DropFeature is used when AbstractDeltaCatalog is requested to alter a table (to create a AlterTableDropFeatureDeltaCommand).
Creating Instance¶
DropFeature takes the following to be created:
- Name of the feature to drop
-
truncateHistoryflag
DropFeature is created when:
AlterTableDropFeaturecommand is requested for the table changes