beliefer commented on code in PR #36084:
URL: https://github.com/apache/spark/pull/36084#discussion_r843634424


##########
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -1979,7 +1979,8 @@ class Dataset[T] private[sql](
   * {{{
   *   // Monitor the metrics using a listener.
   *   spark.streams.addListener(new StreamingQueryListener() {
-  *     override def onQueryProgress(event: QueryProgressEvent): Unit = {

Review Comment:
   @HyukjinKwon Thank you for the ping. Does the origin example cannot work ?



##########
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -2001,6 +2001,7 @@ class Dataset[T] private[sql](
   * @group typedrel
   * @since 3.0.0
   */
+  @varargs

Review Comment:
   LGTM. Just want to know which is a new specification add this annotation?



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