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 authored Feb 19, 2024
1 parent b090c19 commit 8709399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/core/src/execution/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,6 @@ impl SessionState {

let enable_ident_normalization =
self.config.options().sql_parser.enable_ident_normalization;

relations
.into_iter()
.map(|x| object_name_to_table_reference(x, enable_ident_normalization))
Expand Down

0 comments on commit 8709399

Please sign in to comment.