Skip to content

Commit e87a152

Browse files
committed
chore: update readme
1 parent ddf8e4c commit e87a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use datafusion::prelude::SessionContext;
3737
use datafusion_postgres::{serve, ServerOptions};
3838

3939
// Create datafusion SessionContext
40-
let session_context = SessionContext::new();
40+
let session_context = Arc::new(SessionContext::new());
4141
// Configure your `session_context`
4242
// ...
4343

0 commit comments

Comments
 (0)