alamb opened a new issue, #7498: URL: https://github.com/apache/arrow-rs/issues/7498
**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`: https://github.com/apache/arrow-rs/blob/915e9928091c24a0116b135abb2596d6905a980d/arrow-flight/Cargo.toml#L64 However this feature has been used for several years now in several production systems. I think the `experimental` name is misleanding **Describe the solution you'd like** Remove the `experimental` from the flag name **Describe alternatives you've considered** To keep it backwards compatible, I recommend: 1. Rename `flight-sql-experimental` to `flight-sql` 2. Add a new `flight-sql-experimental` feature that just activates `flight-sql` with a comment to remove it after a while **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
