apache / apache/beam

BigQueryAvroUtils.java contains useful methods, can we change its visibility to public ?

Open
#22,061 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

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,

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.