-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format of STRUCT is ambiguous #104
Comments
It makes sense, but at the same time it is important to have a consistency with gcloud and Cloud Console. For example, this is the result of
|
Yeah, it seems there are only bad precedents. |
Yeah BigQuery's support for STRUCT data type is mature as it supports STRUCT data type for table schema and top-level query result. How about discussing this again once we hear another user's voice or STRUCT data type gets frequently used in Cloud Spanner? |
Currently, spanner-cli formats of
STRUCT
values as[...]
.I think it is ambiguous with format of
ARRAY
values.(We know nested
ARRAY
and top-levelSTRUCT
is forbid so strictly ambiguous.)How about does
STRUCT
use(...)
like native notation?The text was updated successfully, but these errors were encountered: