caicancai commented on code in PR #3600:
URL: https://github.com/apache/calcite/pull/3600#discussion_r1436686687
##########
core/src/test/java/org/apache/calcite/util/format/FormatElementEnumTest.java:
##########
@@ -33,4 +33,130 @@ class FormatElementEnumTest {
FormatElementEnum.DAY.format(ts,
Date.from(Instant.parse("2014-09-30T10:00:00Z")));
assertThat(ts, hasToString("Tuesday"));
}
+
+ @Test void testD() {
+ StringBuilder ts = new StringBuilder();
+ FormatElementEnum.D.format(ts,
Date.from(Instant.parse("2014-09-30T10:00:00Z")));
Review Comment:
I'm trying, and I seem to have found some problems. If there are too many
problems, I will open a Jira and try to fix them in this PR.
--
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]