Skip to content

rust: more flexible Arrow version requirements #2524

Open
@felipecrv

Description

@felipecrv

What feature or improvement would you like to see?

The driver manager doesn't have to necessarily require the same version that the datafusion driver requires (due to datafusion's specific arrow version requirements).

So I propose a more flexible range of versions in the workspace Cargo.toml:

-version = "54.1.0"
+version = ">=53.1.0, <55",

This allows applications that are still using Arrow 53 to use the driver manager without introducing another version of Arrow to the dependency tree.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions