HyukjinKwon commented on a change in pull request #31905:
URL: https://github.com/apache/spark/pull/31905#discussion_r672184552
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
##########
@@ -1947,6 +1947,31 @@ class Dataset[T] private[sql](
CollectMetrics(name, (expr +: exprs).map(_.named), logicalPlan)
}
+ /**
+ * Observe (named) metrics through an [[org.apache.spark.sql.Observation]]
instance.
Review comment:
The test failure is likely from Java doc generation from these
references. You'd have to wrap it with backticks for the references Java doc
build cannot identify in Unidoc.
--
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]