macroguo-ghy commented on code in PR #3600:
URL: https://github.com/apache/calcite/pull/3600#discussion_r1437428098
##########
core/src/main/java/org/apache/calcite/util/format/FormatElementEnum.java:
##########
@@ -201,6 +201,14 @@ public enum FormatElementEnum implements FormatElement {
// TODO: how to support timezones?
}
},
+ W("w", "The week number of the month (Sunday as the first day of the week)
as a decimal "
Review Comment:
I think the javaFormat of `week of month` should be `W` instead of `w`.
--
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]