googleapis / googleapis/google-cloud-java
[java-bigquery] parquetOption not getting propagated to tablePb from tableInfo
Open
api: bigquery
priority: p3
type: bug
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
https://github.com/googleapis/java-bigquery/blob/d178593c0eb5b9f516861bb93415293c0c4764b3/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java#L283
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
Contributor guide
Assessment
This issue has not been assessed yet.