Gleb Kanterov created BEAM-5807:
-----------------------------------
Summary: Add AvroIO.readRows
Key: BEAM-5807
URL: https://issues.apache.org/jira/browse/BEAM-5807
Project: Beam
Issue Type: Improvement
Components: dsl-sql
Reporter: Gleb Kanterov
Assignee: Gleb Kanterov
# Motivation
At the moment the only way to read AVRO is through code generation with
avro-compiler and JavaBeanSchema. It makes it not possible to write transforms
that can work with dynamic schemas. AVRO has generic data type called
GenericRecord, reading is implemented in AvroIO.
readGenericRecords. There is a code to convert GenericRecord to Row shipped as
a part of BigQueryIO. However, it doesn't support all types and nested records.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)