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 acadc7f commit 7559f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case class SyncIdentity(fieldNames: Array[String]) extends ColumnChange {
require(fieldNames.size == 1, "IDENTITY column cannot be a nested column.")
}

case class AlterColumnSyncIdentity(
case class AlterColumnSyncIdentity(table: LogicalPlan, column: FieldName)
table: LogicalPlan,
column: FieldName)
extends AlterTableCommand {
Expand Down

0 comments on commit 7559f1c

Please sign in to comment.