Class NamespaceChange.RemoveProperty

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

public static final class NamespaceChange.RemoveProperty extends Object implements NamespaceChange
A NamespaceChange to remove a namespace property.

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

  • Method Details

    • property

      public String property()