julianhyde commented on code in PR #3611: URL: https://github.com/apache/calcite/pull/3611#discussion_r1445414492
########## core/src/main/java/org/apache/calcite/util/format/FormatModels.java: ########## @@ -55,6 +56,8 @@ import static org.apache.calcite.util.format.FormatElementEnum.WW; import static org.apache.calcite.util.format.FormatElementEnum.YY; import static org.apache.calcite.util.format.FormatElementEnum.YYYY; +import static org.apache.calcite.util.format.FormatElementEnum.day; +import static org.apache.calcite.util.format.FormatElementEnum.dy; Review Comment: Possibly checkstyle is using a different collation (e.g. different treatment of upper/lower case, spaces, underscores). Do whatever makes checkstyle happy. -- 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]
