xiangfu0 commented on code in PR #13667:
URL: https://github.com/apache/pinot/pull/13667#discussion_r1685687373
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/TimestampUtils.java:
##########
@@ -34,6 +33,8 @@ public class TimestampUtils {
.parseDefaulting(ChronoField.MINUTE_OF_HOUR, 0)
.parseDefaulting(ChronoField.SECOND_OF_MINUTE, 0)
.toFormatter();
+ private static final DateTimeFormatter ISO8601_FORMATTER =
Review Comment:
Good point! Merged these two into a `UNIVERSAL_DATE_TIME_FORMATTER` for
parsing time value.
--
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]