szehon-ho commented on code in PR #47233:
URL: https://github.com/apache/spark/pull/47233#discussion_r1671564935


##########
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -4136,6 +4136,58 @@ class Dataset[T] private[sql](
     new MergeIntoWriter[T](table, this, condition)
   }
 
+  /**
+   * Update rows in a target table that match a condition.
+   *
+   * Scala Example:
+   * {{{
+   *   spark.table("source")
+         .update(

Review Comment:
   Sorry what do you mean?  (the method also allows no condition)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to