anishshri-db commented on code in PR #54373:
URL: https://github.com/apache/spark/pull/54373#discussion_r2844057914
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -6099,6 +6099,11 @@
"Streaming query evolution error:"
],
"subClass" : {
+ "CONFIG_MISMATCH" : {
+ "message" : [
+ "Configuration mismatch detected when resuming streaming query. The
session config for spark.sql.streaming.queryEvolution.enableSourceEvolution is
'<sessionValue>', but the checkpoint was created with '<checkpointValue>'.
Please set the session config to match the checkpoint value to ensure
consistent query behavior."
Review Comment:
When would we throw this, if we always read the property from the checkpoint
?
--
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]