Skip to content

Commit

Permalink
[Kernel] Add remove schema to the single action schema (delta-io#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy authored Aug 16, 2024
1 parent 09aa7a5 commit 597950c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class SingleAction {
public static StructType FULL_SCHEMA =
new StructType()
.add("txn", SetTransaction.FULL_SCHEMA)
.add("add", AddFile.SCHEMA_WITH_STATS)
.add("remove", new StructType())
.add("add", AddFile.FULL_SCHEMA)
.add("remove", RemoveFile.FULL_SCHEMA)
.add("metaData", Metadata.FULL_SCHEMA)
.add("protocol", Protocol.FULL_SCHEMA)
.add("cdc", new StructType())
Expand Down

0 comments on commit 597950c

Please sign in to comment.