File tree Expand file tree Collapse file tree
crates/datafusion-app/src/observability Expand file tree Collapse file tree Original file line number Diff line number Diff 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) ;
Original file line number Diff line number Diff line change 4343 flightsql:: FlightSQLContext ,
4444 flightsql_benchmarks:: FlightSQLBenchmarkStats ,
4545 } ,
46- log:: error,
4746 tonic:: IntoRequest ,
4847} ;
4948
You can’t perform that action at this time.
0 commit comments