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
* perf(bigquery): remove redundant array deepcopy
deepcopy can be a very costly operation when considering large arrays with complex nested objects.
refactor helpers to allow recursive conversion without copying arrays.
* add check to ignore REPEATED mode
* Update google/cloud/bigquery/_helpers.py
Co-authored-by: Bu Sun Kim <[email protected]>
Co-authored-by: Tres Seaver <[email protected]>
Co-authored-by: Tim Swast <[email protected]>
Co-authored-by: Bu Sun Kim <[email protected]>
0 commit comments