File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
datafusion-flight-sql-server/src Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ arrow = "55"
1818arrow-flight = { version = " 55" , features = [" flight-sql-experimental" ] }
1919arrow-json = " 55"
2020async-trait = " 0.1.88"
21- datafusion = " 47 .0.0"
22- datafusion-federation = { version = " 0.4.2 " }
23- datafusion-substrait = " 47 .0.0"
21+ datafusion = " 48 .0.0"
22+ datafusion-federation = { version = " 0.4.3 " }
23+ datafusion-substrait = " 48 .0.0"
2424futures = " 0.3.31"
2525tokio = { version = " 1.44" , features = [" full" ] }
2626tonic = { version = " 0.12" , features = [
Original file line number Diff line number Diff line change @@ -909,10 +909,7 @@ impl ArrowFlightSqlService for FlightSqlService {
909909
910910 let handle = query. prepared_statement_handle . as_ref ( ) ;
911911 if let Ok ( handle) = std:: str:: from_utf8 ( handle) {
912- info ! (
913- "do_action_close_prepared_statement with handle {:?}" ,
914- handle
915- ) ;
912+ info ! ( "do_action_close_prepared_statement with handle {handle:?}" , ) ;
916913
917914 // NOP since stateless
918915 }
You can’t perform that action at this time.
0 commit comments