Skip to content

Commit

Permalink
fix TableCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Oct 12, 2023
1 parent d019b16 commit 215e1b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ object TableCommands {
val actionTypeDesc = ActionTypeDesc(actionType = Some(UPDATE))
val tableDesc =
TableDesc(
"table",
"originalTable",
classOf[DataSourceV2RelationTableExtractor],
actionTypeDesc = Some(actionTypeDesc))
TableCommandSpec(cmd, Seq(tableDesc), queryDescs = Seq(queryQueryDesc))
Expand Down

0 comments on commit 215e1b8

Please sign in to comment.