Skip to content
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

Schema DDL: fix nullable array casting into string in BigQuery AST #461

Closed
chuwy opened this issue Dec 21, 2018 · 0 comments
Closed

Schema DDL: fix nullable array casting into string in BigQuery AST #461

chuwy opened this issue Dec 21, 2018 · 0 comments
Assignees
Labels

Comments

@chuwy
Copy link
Contributor

chuwy commented Dec 21, 2018

In order to form REPEATED field, array cannot be nullable.

It means that every ["array", "null"] will be casted into string as last resort.

@chuwy chuwy added this to the Release 12 TBC milestone Dec 21, 2018
@chuwy chuwy self-assigned this Dec 21, 2018
@chuwy chuwy added the bug label Dec 21, 2018
@chuwy chuwy changed the title Schema DDL: fix nullable array casting into string Schema DDL: fix nullable array casting into string in BigQuery AST Dec 21, 2018
@chuwy chuwy closed this as completed in 76a97fa Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant