Skip to content

Commit

Permalink
fixup legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Jul 26, 2024
1 parent 43be262 commit c8189ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sqlexec/src/planner/session_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ impl<'a> SessionPlanner<'a> {

let table_name = storage_options
.inner
.get("sheet_name")
.get("table_name")
.map(|val| val.to_owned());

let has_header = storage_options
Expand Down

0 comments on commit c8189ae

Please sign in to comment.