cloud-fan commented on a change in pull request #32995:
URL: https://github.com/apache/spark/pull/32995#discussion_r655561146
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala
##########
@@ -1225,6 +1225,12 @@ object QueryExecutionErrors {
new RuntimeException("Remote operations not supported")
}
+ def missingMethodForTimestampWithoutTZ(method: String): Throwable = {
+ new IllegalStateException(
Review comment:
This is not a user-facing error and we should just inline it, similar to
`UnresolvedAttribute.exprId`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]