Load jobs should include useAvroLogicalTypes option #4582
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Environment details
Steps to reproduce
bq load
cli provides--use_avro_logical_types
LoadJobConfiguration.java
does not expose this option.External references such as API reference guides used
Any additional information below
This is blocking me from easily time partitioning my table because the bq load can only read my timestamps as INTEGER.
Thanks!
The text was updated successfully, but these errors were encountered: