Abacn commented on code in PR #23969:
URL: https://github.com/apache/beam/pull/23969#discussion_r1017318815


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/AvroUtils.java:
##########
@@ -887,8 +925,6 @@ private static org.apache.avro.Schema getFieldSchema(
         break;
 
       case DATETIME:
-        // TODO: There is a desire to move Beam schema DATETIME to a micros 
representation. When

Review Comment:
   The new logical type is added (MicrosInstant) but the old field type is yet 
removed (DATETIME). The latter was attempt in #11456 but there was concern of 
breaking change. The removal of joda.time (DATETIME's input type) is aimed for 
Beam 3.0: #19215
   
   Will add this back and link to #19215



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