GoogleCloudDataproc / flink-bigquery-connector

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

Adds implementation for `AvroToRowDataConvertors` #136

Closed prashastia closed 2 months ago

prashastia commented 3 months ago

Please Review this PR After PR #130 is merged. Then proceed to PR #132.

AvroToRowDataConvertors is a pre-existing implementation, however it does not take into account microsecond precision for TIMESTAMP and DATETIME (TIMESTAMP_WITH_LOCAL_TIMEZONE in Flink's LogicalType) which is required for reading TIMESTAMP and DATETIME BigQuery fields.
Note: Problems in Reading TIME type:

/gcbrun