You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/27 08:13:26 UTC

[GitHub] [beam] AndreiArion opened a new issue, #22061: BigQueryAvroUtils.java contains useful methods, can we change its visibility to public ?

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed issue #22061: BigQueryAvroUtils.java contains useful methods, can we change its visibility to public ?

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #22061: BigQueryAvroUtils.java contains useful methods, can we change its visibility to public ?
URL: https://github.com/apache/beam/issues/22061


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org