parquetOption not getting propagated to tablePb from tableInfo #2739
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java
Line 283 in d178593
I run using debugger. i can see that parquet Option enable list is present in tableInfo, but that is not propagated to tablePb, and thus the external table that is created is adding another layer of wrapper named array.
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-parquet#list_logical_type
The text was updated successfully, but these errors were encountered: