Skip to content

Commit

Permalink
fix api change2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Oct 7, 2023
1 parent 48232ec commit b7f0ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/test/object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn make_test_store_and_state(files: &[(&str, u64)]) -> (Arc<InMemory>, Sessi

(
Arc::new(memory),
SessionState::with_config_rt(
SessionState::new_with_config_rt(
SessionConfig::default(),
Arc::new(RuntimeEnv::default()),
),
Expand Down

0 comments on commit b7f0ccc

Please sign in to comment.