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 33b881dc18 Fix like scalar null (#4832)
add 47e8a8ddb3 Fix flight sql do put handling, add bind parameter support
to FlightSQL cli client (#4797)
No new revisions were added by this update.
Summary of changes:
arrow-flight/examples/flight_sql_server.rs | 9 +-
arrow-flight/src/bin/flight_sql_client.rs | 104 +++++++++++++--
arrow-flight/src/sql/client.rs | 50 ++++++-
arrow-flight/src/sql/server.rs | 110 ++++++++++++++--
arrow-flight/tests/flight_sql_client_cli.rs | 194 +++++++++++++++++++++-------
5 files changed, 392 insertions(+), 75 deletions(-)