xuzifu666 commented on code in PR #4363:
URL: https://github.com/apache/calcite/pull/4363#discussion_r2084429153


##########
core/src/main/java/org/apache/calcite/util/TimestampWithTimeZoneString.java:
##########
@@ -41,21 +46,39 @@ public class TimestampWithTimeZoneString
   final TimestampString localDateTime;
   final TimeZone timeZone;
   final String v;
+  private final DateTimeUtils.PrecisionTime pt;
+
+  private static final ThreadLocal<@Nullable SimpleDateFormat> 
TIMESTAMP_FORMAT =

Review Comment:
   OK. if we cannot confirm this maybe a best way to confirm dateformat work 
well. I agree with it.



-- 
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]

Reply via email to