zifeif2 commented on code in PR #53720:
URL: https://github.com/apache/spark/pull/53720#discussion_r2696105747


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5603,6 +5603,13 @@
           "Ensure that the checkpoint is for a stateful streaming query and 
the query ran on a Spark version that supports operator metadata (Spark 4.0+)."
         ]
       },
+      "STATE_CHECKPOINT_FORMAT_VERSION_MISMATCH" : {
+        "message" : [
+          "The checkpoint format version in SQLConf does not match the 
checkpoint version in the commit log.",
+          "Expected version v<expectedVersion>, but found v<actualVersion>.",

Review Comment:
   Hmm could you specify where the typo is? Thanks!



-- 
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]

Reply via email to