Andrew Fleischer

Results 7 comments of Andrew Fleischer

@plaflamme Just contributed the json_extract_key_value_pairs function in #408 which should help with this use case, please let us know if there are any issues

``` const la = (sa.length > sb.length) ? sa.length : sb.length const lb = (sa.length > sb.length) ? sb.length : sa.length ``` was added as an optimization to the double...

Hi @pratik-m thanks for the PR! A couple of things, - Please sign the google CLA in the above [comment](https://github.com/GoogleCloudPlatform/bigquery-utils/pull/483#issuecomment-2727089987) - Looks like there are some syntax errors around the...

Let us know if this works for you