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

[2](2) Change null slice to empty slices #98

Closed
Isaiah-Turner opened this issue Sep 2, 2020 · 0 comments · Fixed by #99
Closed

[2](2) Change null slice to empty slices #98

Isaiah-Turner opened this issue Sep 2, 2020 · 0 comments · Fixed by #99
Assignees

Comments

@Isaiah-Turner
Copy link
Contributor

What

There are places in the transform where slices are used. We need to ensure that when a slice is empty, the outputted field is an empty slice instead of null.

Why

BigQuery treats an empty array differently from null. If we have columns with null, it will cause errors when loading data into BigQuery.

@Isaiah-Turner Isaiah-Turner self-assigned this Sep 2, 2020
@Isaiah-Turner Isaiah-Turner changed the title [2] Change null slice to empty slices [2](2) Change null slice to empty slices Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant