[ https://issues.apache.org/jira/browse/SPARK-41676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651478#comment-17651478 ]
Yang Jie commented on SPARK-41676: ---------------------------------- {code:java} private[sql] class StreamingQueryData( val name: String, val id: UUID, @KVIndexParam val runId: String, @KVIndexParam("active") val isActive: Boolean, val exception: Option[String], @KVIndexParam("startTimestamp") val startTimestamp: Long, val endTimestamp: Option[Long] = None) {code} This one is restricts the access permission in the [sql] package > Protobuf serializer for StreamingQueryData > ------------------------------------------ > > Key: SPARK-41676 > URL: https://issues.apache.org/jira/browse/SPARK-41676 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 3.4.0 > Reporter: Yang Jie > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org