GoogleCloudDataproc / flink-bigquery-connector

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

Table API implementation is unable to read BigNumeric Records #126

Open prashastia opened 3 months ago

prashastia commented 3 months ago

BigQuery's BIGNUMERIC datatype supports upto 76 digits however DecimalData in Table API allows precision upto 38, hence the conversion fails.