You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "bogao007 (via GitHub)" <gi...@apache.org> on 2023/07/14 23:53:53 UTC

[GitHub] [spark] bogao007 commented on a diff in pull request #42013: [SPARK-44439][CONNECT][SS]Fixed listListeners to only send ids back to client

bogao007 commented on code in PR #42013:
URL: https://github.com/apache/spark/pull/42013#discussion_r1264249467


##########
sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatusListener.scala:
##########
@@ -38,8 +38,8 @@ import org.apache.spark.util.kvstore.KVIndex
  * UI data for both active and inactive query.
  */
 private[sql] class StreamingQueryStatusListener(
-    @transient val conf: SparkConf,
-    @transient val store: ElementTrackingStore) extends StreamingQueryListener {
+    val conf: SparkConf,

Review Comment:
   This reverts the change in previous [PR](https://github.com/apache/spark/pull/41752/files#diff-175f4cb2acc5c47237fb39131a022a5557be21027cd6bbdf5433d0ce722d4d42)



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org