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

Bump datafusion and arrow library to latest version #621

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fredrikbackstrom
Copy link

Bump datafusion and arrow version, dependabot PR for arrow failed. Attempting to update both to clear the error

Cargo.toml Outdated
@@ -8,5 +8,5 @@ debug = true
lto = true

[workspace.dependencies]
arrow = {version = "46", features = ["prettyprint", "ffi"]}
arrow = {version = "51.0.0", features = ["prettyprint", "ffi"]}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make it less strict by only keeping the major (and maybe also minor) version like 51 or 51.0 ? Same comment for datafusion.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely. Updated to use only major version.

Change to less strict arrow version
Less strict datafusion version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants