Skip to content

Commit

Permalink
chore: test ci benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Dec 5, 2024
1 parent ba9aa5f commit ac7b447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/query/sql/src/planner/binder/bind_query/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ impl Binder {
} else {
Engine::Memory
};

let database = self.ctx.get_current_database();
let table_name = normalize_identifier(&cte.alias.name, &self.name_resolution_ctx).name;
if self
Expand Down

0 comments on commit ac7b447

Please sign in to comment.