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

[jira] [Created] (SPARK-40659) Schema evolution for protobuf (and Avro too?)

Raghu Angadi created SPARK-40659:
------------------------------------

             Summary: Schema evolution for protobuf (and Avro too?)
                 Key: SPARK-40659
                 URL: https://issues.apache.org/jira/browse/SPARK-40659
             Project: Spark
          Issue Type: Improvement
          Components: Structured Streaming
    Affects Versions: 3.3.0
            Reporter: Raghu Angadi


Protobuf & Avro should support schema evolution in streaming. We need to throw a specific error message when we detect newer version of the the schema in schema registry.

A couple of options for detecting version change at runtime:
 * How do we detect newer version from schema registry? It is contacted only during planning currently.

 * We could detect version id in coming messages.

 ** What if the id in the incoming message is newer than what our schema-registry reports after the restart?

 *** This indicates delayed syncs between customers schema-registry servers (should be rare). We can keep erroring out until it is fixed.

 *** Make sure we log the schema id used during planning.



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