xianyinxin commented on a change in pull request #26464: [SPARK-29835] Remove 
the unnecessary conversion from Statement to LogicalPlan for D…
URL: https://github.com/apache/spark/pull/26464#discussion_r344616950
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala
 ##########
 @@ -290,8 +290,7 @@ case class DeleteFromTable(
  */
 case class UpdateTable(
     table: LogicalPlan,
-    columns: Seq[Expression],
-    values: Seq[Expression],
+    assignments: Seq[Assignment],
 
 Review comment:
   Here we change the update set columns and values to `Seq[Assignment]`, to 
keep align with the `UpdateAction` in `MergeIntoTable`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to