ericm-db commented on code in PR #47490: URL: https://github.com/apache/spark/pull/47490#discussion_r1746476972
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateSchemaCompatibilityChecker.scala: ########## @@ -186,6 +186,11 @@ class StateSchemaCompatibilityChecker( check(existingStateSchema, newSchema, ignoreValueSchema) } } + // if we have reached this block, the schema has changed in an acceptable way and Review Comment: Hm, but I do think that this PR is related to the cadence of how schema files are written. This is a small change that I do think is somewhat related... -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org