Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 19, 2024
1 parent b090c19 commit 478c91d
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 @@ -50,9 +50,9 @@ use datafusion_expr::{
pub use datafusion_physical_expr::execution_props::ExecutionProps;
use datafusion_physical_expr::var_provider::is_system_variables;
use parking_lot::RwLock;
use std::collections::hash_map::Entry;
use std::string::String;
use std::sync::Arc;
use std::{collections::hash_map::Entry, env};
use std::{
collections::{HashMap, HashSet},
fmt::Debug,
Expand Down

0 comments on commit 478c91d

Please sign in to comment.