Skip to content

SNOW-2059911: support pyarrow >= 19.0.0Β #2297

@ruiyang2015

Description

@ruiyang2015

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

Metadata

Metadata

Labels

duplicateThis issue or pull request already existsstatus-triage_doneInitial triage done, will be further handled by the driver team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions