Class TableChange.RemoveProperty

Object
org.apache.spark.sql.connector.catalog.TableChange.RemoveProperty
All Implemented Interfaces:
TableChange
Enclosing interface:
TableChange

public static final class TableChange.RemoveProperty extends Object implements TableChange
A TableChange to remove a table property.

If the property does not exist, the change should succeed.

  • Method Details