Fokko commented on code in PR #2608:
URL: https://github.com/apache/avro/pull/2608#discussion_r1464524515
##########
lang/java/avro/src/main/java/org/apache/avro/LogicalTypes.java:
##########
@@ -267,6 +281,12 @@ public static LocalTimestampMicros localTimestampMicros() {
return LOCAL_TIMESTAMP_MICROS_TYPE;
}
+ private static final LocalTimestampMicros LOCAL_TIMESTAMP_NANOS_TYPE = new
LocalTimestampMicros();
+
+ public static LocalTimestampMicros localTimestampNanos() {
+ return LOCAL_TIMESTAMP_NANOS_TYPE;
+ }
+
Review Comment:
Yes, you're correct! Do you want to raise the PR?
--
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]