anishshri-db commented on code in PR #53355:
URL: https://github.com/apache/spark/pull/53355#discussion_r2600201267
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5526,6 +5526,17 @@
"message" : [
"<provider> is not supported"
]
+ },
+ "UNSUPPORTED_STATEFUL_OPERATOR" : {
+ "message" : [
+ "Unsupported stateful operator <operatorName>. Please use a
checkpoint with supported stateful operators."
+ ]
+ },
+ "UNSUPPORTED_TRANSFORM_WITH_STATE_VARIABLE_TYPE" : {
+ "message" : [
+ "Unsupported transform with state variable type <variableType>
(TTL_Enabled: <ttlEnabled>, ColFamilyName: <colFamilyName>).",
Review Comment:
nit: `Unsupported transformWithState variable type`
--
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]