eason-yuchen-liu commented on code in PR #46791:
URL: https://github.com/apache/spark/pull/46791#discussion_r1619496663


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2798,6 +2798,11 @@
     ],
     "sqlState" : "42601"
   },
+  "INVALID_STATE_STORE_PROVIDER" : {
+    "message" : [
+      "The given State Store Provider <inputClass> does not extend 
org.apache.spark.sql.execution.streaming.state.StateStoreProvider."

Review Comment:
   Yep. Done. I choose this state:
   ```
   "42K06": {
           "description": "Invalid type for options",
           "origin": "Spark",
           "standard": "N",
           "usedBy": ["Spark"]
       }
   ```



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