File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "Apache-2.0"
88keywords = [" datafusion" , " JSON" , " SQL" ]
99categories = [" database-implementations" , " parsing" ]
1010repository = " https://github.com/datafusion-contrib/datafusion-functions-json/"
11- rust-version = " 1.82.0 "
11+ rust-version = " 1.85.1 "
1212
1313[dependencies ]
1414datafusion = { version = " 48" , default-features = false }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ async fn create_test_table(json_data_type: &DataType) -> Result<SessionContext>
6363 Arc :: new ( LargeStringArray :: from_iter_values ( json_values) ) ,
6464 ) )
6565 }
66- _ => panic ! ( "Unsupported JSON data type: {}" , json_data_type ) ,
66+ _ => panic ! ( "Unsupported JSON data type: {json_data_type}" ) ,
6767 } ;
6868
6969 let test_batch = RecordBatch :: try_new (
You can’t perform that action at this time.
0 commit comments