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
fix: update error logging when converting to pyarrow column fails (#1836)
* fix: update error logging when converting to pyarrow column fails
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* resolve merge conflict
* resolve missing dependency
* more tweaks to constraints and requirements re pyarrow
* even more tweaks to constraints and requirements re pyarrow
* a few more tweaks to constraints and requirements re pyarrow
* resolves issue of pyarrow not installing
* fix linting issue
* update linting and conditionals
* update linting and mypy comments
* quick tags on several coverage issues related to imports
* adds pragma to exception
* updates test suite with new test and makes msg explicit
* temporarily adding timing code
* additional timing test mods
* add pragmas to account for several tests
* cleaned up some test code
* cleaned up some test code
* Update a test to include column datatype
* update to pytest.raises command
* Update tests/unit/test__pandas_helpers.py
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* removed unused variable 'e'
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
msg=f"""Error converting Pandas column with name: "{series.name}" and datatype: "{series.dtype}" to an appropriate pyarrow datatype: Array, ListArray, or StructArray"""
exc_msg=f"""Error converting Pandas column with name: "{series.name}" and datatype: "{series.dtype}" to an appropriate pyarrow datatype: Array, ListArray, or StructArray"""
0 commit comments