Skip to content

Commit

Permalink
Update datafusion/core/src/execution/context/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Huang <[email protected]>
  • Loading branch information
Lordworms and Weijun-H committed Feb 19, 2024
1 parent 8709399 commit 0b7ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/execution/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use datafusion_physical_expr::var_provider::is_system_variables;
use parking_lot::RwLock;
use std::string::String;
use std::sync::Arc;
use std::{collections::hash_map::Entry, env};
use std::collections::hash_map::Entry;
use std::{
collections::{HashMap, HashSet},
fmt::Debug,
Expand Down

0 comments on commit 0b7ed1a

Please sign in to comment.