bigquery: panic when convert array of range #10878
Labels
api: bigquery
Issues related to the BigQuery API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Programming language: go
OS: Ubuntu 22.04.4
Language runtime version: 1.23.1
Package version: cloud.google.com/go/bigquery v1.62.0
Code and Dependencies
go.mod
Expected behavior
return ['[2023-01-01, 2024-01-01)']
Actual behavior
Panic
Additional context
Checking the code in
https://github.com/googleapis/google-cloud-go/blob/main/bigquery/value.go#L903
, there is no array handling for range typeThe text was updated successfully, but these errors were encountered: