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 6ab853d38f Do not write `ColumnIndex` for null columns when not
writing page statistics (#6011)
add 62f9e72f74 Reorganize arrow-flight test code (#6065)
No new revisions were added by this update.
Summary of changes:
arrow-flight/Cargo.toml | 5 +
arrow-flight/tests/client.rs | 108 +------------
arrow-flight/tests/common/fixture.rs | 117 ++++++++++++++
.../tests/common/mod.rs | 6 +-
arrow-flight/tests/common/server.rs | 23 +++
arrow-flight/tests/flight_sql_client.rs | 119 ++++++++++++++
arrow-flight/tests/flight_sql_client_cli.rs | 176 ++-------------------
7 files changed, 283 insertions(+), 271 deletions(-)
create mode 100644 arrow-flight/tests/common/fixture.rs
copy arrow-integration-testing/src/flight_client_scenarios.rs =>
arrow-flight/tests/common/mod.rs (91%)
create mode 100644 arrow-flight/tests/flight_sql_client.rs