googleapis / googleapis/google-cloud-rust
Support picosecond timestamp precision in `TableSchema` conversion
Open
api: bigquery
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
BigQuery supports microsecond (precision = 6) and picosecond (precision = 12) timestamp precision. The Storage Write API requires picosecond timestamps to be mapped to `ProtoType::String` (rather than `int64`).
Contributor guide
Assessment
This issue has not been assessed yet.