huaxingao commented on code in PR #47233:
URL: https://github.com/apache/spark/pull/47233#discussion_r1671691682
##########
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:
I mean we should start with a `*` in each line of the doc to ensure proper
alignment and correct rendering of the documentation. You missed a `*` in the
beginning of line 4145 and 4146.
--
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]