Skip to content

Commit

Permalink
fix api change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Oct 7, 2023
1 parent 8915369 commit 48232ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/parquet/file_statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async fn get_listing_table(
) -> ListingTable {
let schema = opt
.infer_schema(
&SessionState::with_config_rt(
&SessionState::new_with_config_rt(
SessionConfig::default(),
Arc::new(RuntimeEnv::default()),
),
Expand Down

0 comments on commit 48232ec

Please sign in to comment.