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

The Pyarrow limitation in install_requires is not needed. #12683

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Nov 28, 2020

It was added to make snowflake happy, but it is not needed as
package requirement in fact and google provider complains when
the version of pyarrow is too low.

Also when PyArrow limitation is removed, we have to limit
the importlib_resources library back.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

It was added to make snowflake happy, but it is not needed as
package requirement in fact and google provider complains when
the version of pyarrow is too low.

Also when PyArrow limitation is removed, we have to limit
the importlib_resources library back.
setup.cfg Show resolved Hide resolved
@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Nov 28, 2020
@github-actions
Copy link

The PR is ready to be merged. No tests are needed!

@potiuk potiuk merged commit 66b5525 into apache:master Nov 28, 2020
@potiuk potiuk deleted the remove-pyarrow-from-install-requires branch November 28, 2020 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
okay to merge It's ok to merge this PR as it does not require more tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants