Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update error logging when converting to pyarrow column fails #1836

Merged
merged 31 commits into from
Mar 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0b41532
fix: update error logging when converting to pyarrow column fails
chalmerlowe Feb 29, 2024
f7f0501
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 29, 2024
0d543e4
resolve merge conflict
chalmerlowe Feb 29, 2024
fe5082b
resolve missing dependency
chalmerlowe Feb 29, 2024
e396b01
more tweaks to constraints and requirements re pyarrow
chalmerlowe Feb 29, 2024
0d25ca4
even more tweaks to constraints and requirements re pyarrow
chalmerlowe Feb 29, 2024
71b108f
a few more tweaks to constraints and requirements re pyarrow
chalmerlowe Feb 29, 2024
ead177d
Merge branch 'main' into name-series-in-error-log
chalmerlowe Mar 8, 2024
3220881
Merge branch 'main' into name-series-in-error-log
chalmerlowe Mar 11, 2024
1030756
Merge branch 'main' into name-series-in-error-log
chalmerlowe Mar 12, 2024
55a97ac
resolves issue of pyarrow not installing
chalmerlowe Mar 13, 2024
aeb0739
fix linting issue
chalmerlowe Mar 13, 2024
c262d8c
update linting and conditionals
chalmerlowe Mar 13, 2024
91913b0
update linting and mypy comments
chalmerlowe Mar 13, 2024
e39fe1d
quick tags on several coverage issues related to imports
chalmerlowe Mar 13, 2024
6975ce3
adds pragma to exception
chalmerlowe Mar 14, 2024
17d63be
updates test suite with new test and makes msg explicit
chalmerlowe Mar 15, 2024
f921c07
temporarily adding timing code
chalmerlowe Mar 15, 2024
2186d24
additional timing test mods
chalmerlowe Mar 15, 2024
6cefc01
add pragmas to account for several tests
chalmerlowe Mar 18, 2024
747beb6
Merge branch 'main' into name-series-in-error-log
chalmerlowe Mar 18, 2024
2a49bd5
cleaned up some test code
chalmerlowe Mar 18, 2024
caa0256
cleaned up some test code
chalmerlowe Mar 18, 2024
761b64d
Update a test to include column datatype
chalmerlowe Mar 18, 2024
4be910c
update to pytest.raises command
chalmerlowe Mar 18, 2024
43de81d
Update tests/unit/test__pandas_helpers.py
chalmerlowe Mar 19, 2024
bad4c0c
Merge branch 'main' into name-series-in-error-log
chalmerlowe Mar 19, 2024
0f71762
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Mar 19, 2024
0b786ba
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Mar 19, 2024
73066a4
Merge branch 'name-series-in-error-log' of https://github.com/googlea…
gcf-owl-bot[bot] Mar 19, 2024
2cca046
removed unused variable 'e'
chalmerlowe Mar 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
a few more tweaks to constraints and requirements re pyarrow
  • Loading branch information
chalmerlowe committed Feb 29, 2024
commit 71b108ff192ea5438c6a50da574e1040cccec230
2 changes: 1 addition & 1 deletion samples/desktopapp/requirements-test.txt
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
pytest==7.4.3
mock==5.1.0
pyarrow==3.0.0
pyarrow>=3.0.0