Skip to content

Commit 71d7415

Browse files
authored
Clippy to extended_tests (apache#17922)
1 parent 182d5dc commit 71d7415

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/rust_clippy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# under the License.
1919

2020
set -ex
21-
cargo clippy --all-targets --workspace --features avro,pyarrow,integration-tests -- -D warnings
21+
cargo clippy --all-targets --workspace --features avro,pyarrow,integration-tests,extended_tests -- -D warnings

datafusion/core/tests/memory_limit/memory_limit_validation/sort_mem_validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fn spawn_test_process(test: &str) {
123123
let stdout = str::from_utf8(&output.stdout).unwrap_or("");
124124
let stderr = str::from_utf8(&output.stderr).unwrap_or("");
125125

126-
info!("{}", stdout);
126+
info!("{stdout}");
127127

128128
assert!(
129129
output.status.success(),

0 commit comments

Comments
 (0)