anishshri-db commented on code in PR #50667: URL: https://github.com/apache/spark/pull/50667#discussion_r2055092572
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -5221,6 +5221,12 @@ ], "sqlState" : "XXKST" }, + "TRANSFORM_WITH_STATE_USER_FUNCTION_ERROR" : { + "message" : [ + "An error occurred in the handleInputRows function of the StatefulProcessor. Reason: <reason>" Review Comment: lets pass the function name as an arg here ? -- 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