Draft
Conversation
16075fe to
aa72764
Compare
Contributor
Author
Contributor
|
I suppose you want to mean apache/arrow-rs#9166. |
Signed-off-by: if0ne <pavel.agafonov.al@gmail.com>
Member
|
Is it possible in Cargo.toml to only enforce the higher minimum version when the That said, I don't think I object in general to requiring a newer Arrow, but I'm not sure if users would find that inconvenient. I would think people try to use the newest versions where possible, so maybe it's not a big issue? |
Contributor
Author
As far as I know, it is not possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It’s not a duplicate of #3714. It’s actually part of #3714 and adds async traits for
Driver,Database,Connection, andStatement.For now, I’ve excluded the DataFusion driver. We need a new version of DataFusion that supports arrow crates version 58.
UPD: I'm waiting for the DataFusion release with these changes: apache/datafusion#19728