normanj-bitquill commented on code in PR #3833:
URL: https://github.com/apache/calcite/pull/3833#discussion_r1667195592
##########
core/src/main/java/org/apache/calcite/util/format/postgresql/PostgresqlDateTimeFormatter.java:
##########
@@ -132,6 +213,10 @@ public class PostgresqlDateTimeFormatter {
},
"YYY"),
new NumberFormatPattern(
+ ChronoUnitEnum.YEARS_IN_CENTURY,
+ 0,
+ Integer.MAX_VALUE,
Review Comment:
Turns out that PostgreSQL does not limit this. It will accept 4 digit
numbers. This has been updated.
--
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]