Rename flight-sql-experimental
to flight-sql
#7498
Labels
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The arrow-flight crate has a feature flag named
flight-sql-experimental
:arrow-rs/arrow-flight/Cargo.toml
Line 64 in 915e992
However this feature has been used for several years now in several production systems. I think the
experimental
name is misleandingDescribe the solution you'd like
Remove the
experimental
from the flag nameDescribe alternatives you've considered
To keep it backwards compatible, I recommend:
flight-sql-experimental
toflight-sql
flight-sql-experimental
feature that just activatesflight-sql
with a comment to remove it after a whileAdditional context
The text was updated successfully, but these errors were encountered: