cloud-fan commented on a change in pull request #35787:
URL: https://github.com/apache/spark/pull/35787#discussion_r823338127
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -25,6 +25,10 @@
"CONCURRENT_QUERY" : {
"message" : [ "Another instance of this query was just started by a
concurrent session." ]
},
+ "DATETIME_OVERFLOW" : {
+ "message" : [ "The '%s' function overflows the input '%s' timestamp by %s
%s." ],
Review comment:
can we make it more general? `Datetime operation overflows.` There are
so many datetime operations, I think we can omit the input details.
--
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]