bziobrowski commented on code in PR #14739:
URL: https://github.com/apache/pinot/pull/14739#discussion_r1900831456
##########
pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/utils/DateTimeUtils.java:
##########
@@ -34,8 +34,8 @@ public class DateTimeUtils {
private DateTimeUtils() {
}
Review Comment:
What about other strings that used to be accepted by older formatter ?
e.g.
```
"2020-13-01"
"2020-12-01 "
"2020-12-01 12"
"2020-12-01 12:00"
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]