You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: