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

[Task]: Support newer versions of Pyarrow in Beam #31239

Closed
1 of 16 tasks
tvalentyn opened this issue May 9, 2024 · 2 comments
Closed
1 of 16 tasks

[Task]: Support newer versions of Pyarrow in Beam #31239

tvalentyn opened this issue May 9, 2024 · 2 comments

Comments

@tvalentyn
Copy link
Contributor

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:

# https://github.com/apache/beam/issues/28410 - pyarrow>=13 seeing issues

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

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@tvalentyn
Copy link
Contributor Author

this is fixed.

@github-actions github-actions bot added this to the 2.57.0 Release milestone May 27, 2024
@tvalentyn
Copy link
Contributor Author

currently supporting up to: 'pyarrow>=3.0.0,<17.0.0',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant