alamb opened a new pull request, #3428:
URL: https://github.com/apache/arrow-rs/pull/3428
# Which issue does this PR close?
N/a
# Rationale for this change
I see this warning a bunch locally:
```
error: use of deprecated function
`arrow_flight::utils::flight_data_from_arrow_batch`: Use IpcDataGenerator
directly with DictionaryTracker to avoid re-sending dictionaries
-->
arrow-integration-testing/src/flight_client_scenarios/integration_test.rs:134:30
|
134 | arrow_flight::utils::flight_data_from_arrow_batch(batch,
options);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
error: use of deprecated function
`arrow_flight::utils::flight_data_from_arrow_batch`: Use IpcDataGenerator
directly with DictionaryTracker to avoid re-sending dictionaries
-->
arrow-integration-testing/src/flight_server_scenarios/integration_test.rs:125:42
|
125 |
arrow_flight::utils::flight_data_from_arrow_batch(batch, &options);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
# What changes are included in this PR?
1. Run clippy on integration testing crates
2. Fix clippy errors found by 1.
# Are there any user-facing changes?
No
--
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]