liviazhu-db commented on code in PR #50045:
URL: https://github.com/apache/spark/pull/50045#discussion_r2070512349


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -324,6 +324,17 @@
           "The change log writer version cannot be <version>."
         ]
       },
+      "KEY_ROW_FORMAT_VALIDATION_FAILURE" : {
+        "message" : [

Review Comment:
   Done



##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -354,6 +365,17 @@
           "<loggingId>: RocksDB instance could not be acquired by 
<newAcquiredThreadInfo> for operationType=<operationType> as it was not 
released by <acquiredThreadInfo> after <timeWaitedMs> ms.",
           "Thread holding the lock has trace: <stackTraceOutput>"
         ]
+      },
+      "VALUE_ROW_FORMAT_VALIDATION_FAILURE" : {
+        "message" : [
+          "The streaming query failed to validate written state for value row 
for stateStore=<stateStoreID>.",

Review Comment:
   Done



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

Reply via email to