Harshalj2108 opened a new pull request, #10335: URL: https://github.com/apache/arrow-rs/pull/10335
Closes #10276. ## Rationale for this change The `flight-sql-experimental` feature in `arrow-flight` was previously renamed to `flight-sql` in #7498 and #7546. The `flight-sql-experimental` feature was kept as an alias for backwards compatibility, with a TODO note indicating it should be removed in the next release. Since this requires a major release, it is now time to remove it completely. ## What changes are included in this PR? - Removed the `flight-sql-experimental` feature definition from `arrow-flight/Cargo.toml`. ## Are these changes tested? Yes, existing CI tests will cover this (since it just removes an alias feature flag). ## Are there any user-facing changes? Yes, any users still depending on the `flight-sql-experimental` feature flag will now need to update their `Cargo.toml` to use `flight-sql` instead. -- 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]
