This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from fb1dcc6d7 Fix CSV error text (#3822)
add fb35d2642 test: add test for FlightSQL CLI client (#3816)
No new revisions were added by this update.
Summary of changes:
arrow-flight/Cargo.toml | 6 +
arrow-flight/src/bin/flight_sql_client.rs | 4 +-
arrow-flight/tests/flight_sql_client_cli.rs | 545 ++++++++++++++++++++++++++++
3 files changed, 554 insertions(+), 1 deletion(-)
create mode 100644 arrow-flight/tests/flight_sql_client_cli.rs