We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should upgrade beam to support newer versions of PyArrow. Currently Pyarrow 16 is the latest: https://pypi.org/project/pyarrow/#history.
When we do this upgrade, we should check whehter we can also unpin the upper bound for Windows tests:
beam/sdks/python/setup.py
Line 147 in 365c2d9
If that is still the issue, we will have issues with Python 3.12 on windows that use arrow.
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
this is fixed.
Sorry, something went wrong.
currently supporting up to: 'pyarrow>=3.0.0,<17.0.0',
No branches or pull requests
What needs to happen?
We should upgrade beam to support newer versions of PyArrow. Currently Pyarrow 16 is the latest: https://pypi.org/project/pyarrow/#history.
When we do this upgrade, we should check whehter we can also unpin the upper bound for Windows tests:
beam/sdks/python/setup.py
Line 147 in 365c2d9
If that is still the issue, we will have issues with Python 3.12 on windows that use arrow.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: