Skip to content

Commit

Permalink
Update spark/src/main/scala/org/apache/spark/sql/catalyst/plans/logic…
Browse files Browse the repository at this point in the history
…al/SyncIdentity.scala

Co-authored-by: Thang Long Vu <107926660+longvu-db@users.noreply.github.com>
  • Loading branch information
zhipengmao-db and longvu-db authored Jul 31, 2024
1 parent 7559f1c commit d8e52a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.apache.spark.sql.connector.catalog.TableChange
import org.apache.spark.sql.connector.catalog.TableChange.ColumnChange

/**
* A `ColumnChange` to model `ALTER TABLE ALTER COLUMN SYNC IDENTITY` command.
* A `ColumnChange` to model `ALTER TABLE ... ALTER (CHANGE) COLUMN ... SYNC IDENTITY` command.
*
* @param fieldNames The (potentially nested) column name.
*/
Expand Down

0 comments on commit d8e52a4

Please sign in to comment.