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/03 23:52:53 UTC

[GitHub] [beam] kennknowles opened a new issue, #19395: Consider removing the requirement that users need to base64-encode their BYTES before passing them to BQ IO connector.

kennknowles opened a new issue, #19395:
URL: https://github.com/apache/beam/issues/19395

   Currently, when BigQuery IO connector reads or stores BYTES datatype in BigQuery, there is an expectation that users base64-encode the bytes before passing them to the connector, see [1,2]. 
   This may be an extra overhead for users to do base64 encoding when interacting with Beam, that is possible to avoid. Filing this issue to reconsider this behavior.
   
   cc: [~chamikara].
   
   [1] https://lists.apache.org/thread.html/0c2178cf8e5d9e77c4f233f05a0b87b6011a1daa1a5ae47b41463af5@%3Cdev.beam.apache.org%3E
   [2] https://issues.apache.org/jira/browse/BEAM-7326
   
   Imported from Jira [BEAM-7344](https://issues.apache.org/jira/browse/BEAM-7344). Original Jira may contain additional context.
   Reported by: tvalentyn.


-- 
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