peter-toth commented on code in PR #55952:
URL: https://github.com/apache/spark/pull/55952#discussion_r3274681715


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -8534,6 +8534,18 @@
     ],
     "sqlState" : "42000"
   },
+  "UNSUPPORTED_TIMESTAMP_LTZ_PRECISION" : {
+    "message" : [
+      "The seconds precision <precision> of TIMESTAMP_LTZ is out of the 
supported range [7, 9]."

Review Comment:
   Would it make sense to mention parameterless TIMESTAMP_LTZ as viable option 
for precision < 7?



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