GoogleCloudDataproc / flink-bigquery-connector

BigQuery integration to Apache Flink's Table API
Apache License 2.0
15 stars 11 forks source link

Initial implementation of the serializer for Table API Support. #124

Closed prashastia closed 3 months ago

prashastia commented 4 months ago

Table API support requires conversion of Row Data to Protobuf for writing to BigQuery via the Storage Write API. This PR deals with the initial implementation for the same.

Note:

/gcbrun

jayehwhyehentee commented 3 months ago

@clmccart requesting your review on this PR. Thanks!

prashastia commented 3 months ago

@yerramalli requesting your review on this PR. Thanks!