Skip to content

Commit

Permalink
chore: new api
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 26, 2024
1 parent d3e4bc6 commit 248b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::globbing_path::GlobbingPath;
#[tokio::main]
async fn main() -> Result<()> {
let config = SessionConfig::new().with_information_schema(true);
let ctx = SessionContext::with_config(config);
let ctx = SessionContext::new_with_config(config);

let args: Args = Args::parse();
//let globbing_path = args.get_globbing_path().await?;
Expand Down

0 comments on commit 248b3fe

Please sign in to comment.