crepererum opened a new pull request, #3789: URL: https://github.com/apache/arrow-rs/pull/3789
**:information_source: Marked as WIP because this is based on #3788.** # Which issue does this PR close? \- # Rationale for this change It's a bit of a pity that the Rust ecosystem has a flight SQL client, async runtimes, logging, and a nice CLI parser but we don't have an easy-to-use oneshot flight SQL client and require people to write code or use Java executables just to try out Flight SQL. Here is a simple CLI client that wires up everything end2end. It currently only perform as simple "execute query" but people may want to extend it in the future. # What changes are included in this PR? I simple CLI client. # Are there any user-facing changes? New optional binary. Small demo (using InfluxDB cloud):  -- 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]
