-
Notifications
You must be signed in to change notification settings - Fork 930
Fix: Converted feature flight-sql-experimental to flight-sql #7546
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
base: main
Are you sure you want to change the base?
Fix: Converted feature flight-sql-experimental to flight-sql #7546
Conversation
Thank you for your contribution @kunalsinghdadhwal 🙏 I think there will be several other places in the code that need to be updated: https://github.com/search?q=repo%3Aapache%2Farrow-rs%20flight-sql-experimental&type=code Updating the README is also important: arrow-rs/arrow-flight/README.md Line 46 in 531370f
But all in all this looks good to me. |
will update the readme as well @alamb Should i also change all the occurences of |
Yes please |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @kunalsinghdadhwal -- this looks great to me
I made a follow on PR while this was on my mind to remove the old flag too
Which issue does this PR close?
flight-sql-experimental
toflight-sql
#7498Rationale for this change
Just some Cargo.toml changes
What changes are included in this PR?
Changed the
flight-sql-experimental
feature flag toflight-sql
with backwards compatibility in arrow-flightAre there any user-facing changes?
No