HeartSaVioR commented on a change in pull request #24173:
URL: https://github.com/apache/spark/pull/24173#discussion_r530838137
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1294,6 +1294,13 @@ object SQLConf {
.createWithDefault(
"org.apache.spark.sql.execution.streaming.state.HDFSBackedStateStoreProvider")
+ val STATE_SCHEMA_CHECK_ENABLED =
+ buildConf("spark.sql.streaming.stateStore.stateSchemaCheck")
+ .doc("When true, Spark will validate the state schema against schema on
existing state and " +
+ "fail query if it's incompatible.")
+ .booleanConf
Review comment:
Yeah the versioning wasn't even existed but now it's needed. Thanks for
the pointer.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]