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


##########
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:
   oh! it was my mistake. It didn't follow the order. let me correct a bit 



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