You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 20:56:02 UTC

[GitHub] [beam] damccorm opened a new issue, #21018: Add support for Avro timestamps in microseconds

damccorm opened a new issue, #21018:
URL: https://github.com/apache/beam/issues/21018

   GenericRecordToRowFn in AvroUtils does not support the logical Avro type "timestamp-micros". Instead of converting it to FieldType.DATETIME (as it does with "timestamp-millis") it just interprets it as a raw LONG.
   
   Imported from Jira [BEAM-12544](https://issues.apache.org/jira/browse/BEAM-12544). Original Jira may contain additional context.
   Reported by: tobias_hermann.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org