caicancai commented on code in PR #3611:
URL: https://github.com/apache/calcite/pull/3611#discussion_r1444364097


##########
core/src/main/java/org/apache/calcite/util/format/FormatElementEnum.java:
##########
@@ -54,6 +61,12 @@ public enum FormatElementEnum implements FormatElement {
       sb.append(work.eeeeFormat.format(date));
     }
   },
+  day("eeee", "The full lower case day name") {
+    @Override public void format(StringBuilder sb, Date date) {

Review Comment:
   I didn't think of a good solution, or delete this part of the code



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

Reply via email to