MaxGekk commented on code in PR #36385:
URL: https://github.com/apache/spark/pull/36385#discussion_r861223412


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala:
##########
@@ -1616,10 +1621,8 @@ object QueryExecutionErrors extends QueryErrorsBase {
 
   def timeZoneIdNotSpecifiedForTimestampTypeError(): Throwable = {

Review Comment:
   Is it used somewhere now?



##########
core/src/main/resources/error/error-classes.json:
##########
@@ -192,6 +192,9 @@
       "AES_MODE" : {
         "message" : [ "AES-<mode> with the padding <padding> by the 
<functionName> function." ]
       },
+      "ARROW_TIMESTAMP_WITHOUT_TIMEZONE" : {
+        "message" : [ "TIMESTAMP must supply timeZoneId parameter while 
converting to the arrow timestamp type." ]
+      },

Review Comment:
   Can it be removed?



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