Valentyn Tymofieiev created BEAM-7346:
-----------------------------------------
Summary: Add tests for BigQuery connector in Go SDK that will
exercise all types supported by BQ.
Key: BEAM-7346
URL: https://issues.apache.org/jira/browse/BEAM-7346
Project: Beam
Issue Type: Bug
Components: sdk-go
Reporter: Valentyn Tymofieiev
Sample tests in Python and Java SDKs:
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryToTableIT.java
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/big_query_query_to_table_it_test.py
In particular, we should make sure BYTES datatype is treated in the same way on
go SDK as in Java and Python SDK. Currently, Java and Python SDK assume that
users pass base64-encoded bytes, but we may decide to revise this behavior, see
[1,2].
[1]
https://lists.apache.org/thread.html/0c2178cf8e5d9e77c4f233f05a0b87b6011a1daa1a5ae47b41463af5@%3Cdev.beam.apache.org%3E,
[2] https://issues.apache.org/jira/browse/BEAM-7344
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)