[Bug]: Python TypeError when converting Avro logicalType
timestamp-millis
to Beam Schema
#31656
Open
1 of 16 tasks
What happened?
When importing Avro files that have schemas with the field type:
an attempt to convert the collection to Beam Schemas (beam.Row) will fail with a
TypeError
inRowCoderImpl
in the form:Avro files with
timestamp-millis
logical types are created for example when a BigQuery table data with column typeTIMESTAMP
gets exported to.avro
files.Unit test to repro the issue:
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: