alamb opened a new issue, #3301: URL: https://github.com/apache/arrow-rs/issues/3301
As discussed in https://github.com/apache/arrow-rs/issues/1323, there is now sufficient community interest in moving forward with a Rust FlightSQL implementation. Thanks to @avantgardnerio and @wangfenjin we have basic POC level client and server implementations behind the `--features=flight-sql-experimental` feature flag. This ticket tracks the work needed to change the feature flag from `flight-sql-experimental` to `flight-sql` (aka that we are comfortable saying that the rust client supports FlightSQL) # Known work items ## Testing - [ ] Add CI test coverage for flight-sql-experimental features - [ ] https://github.com/apache/arrow-rs/issues/2409 -- 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]
