Class TableChange.UpdateColumnComment

Object
org.apache.spark.sql.connector.catalog.TableChange.UpdateColumnComment
All Implemented Interfaces:
TableChange, TableChange.ColumnChange
Enclosing interface:
TableChange

public static final class TableChange.UpdateColumnComment extends Object implements TableChange.ColumnChange
A TableChange to update the comment of a field.

The field names are used to find the field to update.

If the field does not exist, the change must result in an IllegalArgumentException.