AndreiArion opened a new issue, #22061: URL: https://github.com/apache/beam/issues/22061
Reading from BigQuery using the Avro GenericRecord API is fast but low-level and error prone due to the particularities of Type mappings between BigQuery and Avro types. The class BigQueryAvroUtils contains useful methods that are helping clients to solve mapping issues, converting from TableRows to Generic records etc.. (ex: https://stackoverflow.com/questions/51459902/avro-genericrecords-bigquery-and-beam ). Would be possible to change visibility of this class in order to be able to use directly these methods. Thanks, -- 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]
