python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
fix: support large lists of lists in bpd.Series() constructor
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes internal issue 414374215 🦕
e2e failure: FAILED tests/system/large/blob/test_function.py::test_blob_pdf_extract[True-expected0]
> raise exceptions.from_http_response(response)
E google.api_core.exceptions.BadRequest: 400 POST https://test-bigquery.sandbox.google.com/bigquery/v2/projects/bigframes-load-testing/queries?prettyPrint=false: The job encountered an internal error during execution and was unable to complete successfully.
Seems like a flake and unrelated to this fix.