-
Notifications
You must be signed in to change notification settings - Fork 82
Support basic types #209
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
Comments
Bytea typeInput the followed sql,
Will get the wrong value
Possible solutionMaybe we can use add
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#escape_sequences |
Interval typeInput the followed sql,
Actual should be
Will get some problems
|
Array TypeInput the followed sql,
Will get the exception when parsing. Possible solutionWe should rewrite sql for BigQuery
Notice: BigQuery array don't support array of array |
Row typeInput the followed sql,
Will get error because BigQuery don't support row. Possible solutionWe should find another BigQuery type to map. |
以下 type 會拋出 exception
Parse decimal literal error #43 (comment)
The text was updated successfully, but these errors were encountered: