HeartSaVioR commented on code in PR #47880:
URL: https://github.com/apache/spark/pull/47880#discussion_r1733930333
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateSchemaCompatibilityChecker.scala:
##########
@@ -153,6 +155,7 @@ class StateSchemaCompatibilityChecker(
valueSchema.toString)
} else {
logInfo("Detected schema change which is compatible. Allowing to put
rows.")
+ true
Review Comment:
This comes again. Do we define this to be the case of "schema being
evolved"? I don't think we have any support of schema evolution at all.
cc. @anishshri-db Have you happen to know about this? If then do we have
some plan for this?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]