-
Notifications
You must be signed in to change notification settings - Fork 526
Closed as duplicate of#2282
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsstatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
Description
What is the current behavior?
our project has a dependency on pyarrow 19.0.1, but when install snowflake python connector and use the lib, always getting this warning:
.venv/lib/python3.11/site-packages/snowflake/connector/options.py:104: UserWarning: You have an incompatible version of 'pyarrow' installed (19.0.1), please install a version that adheres to: 'pyarrow<19.0.0; extra == "pandas"'
warn_incompatible_dep(
What is the desired behavior?
support latest pyarrow version
How would this improve snowflake-connector-python?
this will make snowflake-connector-python support the latest pyarrow, our project need a few feature from the latest pyarrow.
References and other background
No response
sparkiegeek-slam
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsstatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team