Eric Marnadi created SPARK-50573: ------------------------------------ Summary: Adding State Schema ID to State Rows to schema evolution Key: SPARK-50573 URL: https://issues.apache.org/jira/browse/SPARK-50573 Project: Spark Issue Type: New Feature Components: Structured Streaming Affects Versions: 4.0.0 Reporter: Eric Marnadi
In order to support schema evolution without a full rewrite, we are prepending each state row with a state schema ID, which we will use in subsequent changes to look up the schema that a row was written with. This change adds the encoding and decoding of this prefix through the StateRowPrefixEncoder. -- 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