Skip to content

Commit 2228247

Browse files
Cleanup
1 parent fb3e38f commit 2228247

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

crates/datafusion-app/src/observability/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ mod test {
210210
.unwrap();
211211

212212
let expected = [
213-
"+----------+--------------------------+-------------+------+--------+",
214-
"| sql | timestamp | duration_ms | rows | status |",
215-
"+----------+--------------------------+-------------+------+--------+",
216-
"| SELECT 1 | 1970-01-01T00:00:00.100Z | 200 | 1 | 200 |",
217-
"+----------+--------------------------+-------------+------+--------+",
213+
"+------+----------+--------------------------+-------------+------+--------+",
214+
"| path | sql | timestamp | duration_ms | rows | status |",
215+
"+------+----------+--------------------------+-------------+------+--------+",
216+
"| /sql | SELECT 1 | 1970-01-01T00:00:00.100Z | 200 | 1 | 200 |",
217+
"+------+----------+--------------------------+-------------+------+--------+",
218218
];
219219

220220
assert_batches_eq!(expected, &batches);

src/cli/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ use {
4343
flightsql::FlightSQLContext,
4444
flightsql_benchmarks::FlightSQLBenchmarkStats,
4545
},
46-
log::error,
4746
tonic::IntoRequest,
4847
};
4948

0 commit comments

Comments
 (0)