-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
New Standard SQL Data Types Not Supported in gcloud._helpers._rows_from_json() / _CELLDATA_FROM_JSON() #2229
Comments
@toomtoom Thanks for the report! For future reference, here are the docs for the column types returned when querying with the standard SQL dialect. |
Unfortunately there is no equivalent timezone functionality in the legacy SQL syntax, so this is a bit of an issue. For anyone else blocked by this, the query actually works, and the raw data is available via query._properties['rows'] If there is a preferable way to access this until fixed, then please recommend. |
@abovethewater, @toomtoom, @daspecster
|
AFAICT, the remaining standard SQL types which need support are |
Standard SQL dialect support was added in 0.18.0, but current release does not support queries that return results that include data types that are not supported by Legacy SQL.
E.g. executing the following query using Standard SQL:
results in
Not a significant issue since the Legacy SQL Data types will work for my needs, but wanted to report it all the same.
The text was updated successfully, but these errors were encountered: