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


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3430,6 +3430,11 @@
           "expects a string literal, but got <invalidValue>."
         ]
       },
+      "TIMETRUNC_UNIT" : {
+        "message" : [
+          "expects one of the units 'HOUR', 'MINUTE', 'SECOND', 'MILLISECOND', 
'MICROSECOND', but got the string literal <invalidValue>."

Review Comment:
   ```suggestion
             "expects one of the units 'HOUR', 'MINUTE', 'SECOND', 
'MILLISECOND', 'MICROSECOND', but got <invalidValue>."
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to