You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yang Jie (Jira)" <ji...@apache.org> on 2022/12/23 03:52:00 UTC

[jira] [Commented] (SPARK-41676) Protobuf serializer for StreamingQueryData

    [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org