python-bigquery-dataframes icon indicating copy to clipboard operation
python-bigquery-dataframes copied to clipboard

fix: support large lists of lists in bpd.Series() constructor

Open tswast opened this issue 8 months ago • 1 comments

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 🦕

tswast avatar Apr 28 '25 16:04 tswast

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.

tswast avatar Apr 28 '25 17:04 tswast