scio
scio copied to clipboard
Avro logical types support
Scio does run with avro model defining logical types as defined in the avro specification.
Avro 1.8 generates broken java code which does not allow full support of the feature but avro 1.9.2 works fine.
Since Beam can work with both avro 1.8 and avro 1.9, this is an attempt to run Scio with avro 1.9 and check logical type support
See https://github.com/apache/beam/pull/16271
Would unblock #1949 for the avro 1.9 possible support
Closing. waiting for upstream fix