cloud-fan commented on code in PR #41504:
URL: https://github.com/apache/spark/pull/41504#discussion_r1222490306


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -157,6 +157,11 @@
     ],
     "sqlState" : "22018"
   },
+  "CANNOT_PARSE_INTERVAL" : {
+    "message" : [
+      "Unable to parse '<delayThreshold>'. Please ensure that the value 
provided is in a valid format for defining an interval. You can reference the 
documentation for the correct format. If the issue persists, please double 
check that the input value is not null or empty and try again."

Review Comment:
   This is a top-level error class and we should be a bit more general. 
`delayThreshold` -> `intervalString`?



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