Skip to content

Commit

Permalink
fix: resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Apr 22, 2022
1 parent 2fa709d commit e9894e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/interpreters/interpreter_insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl InsertInterpreter {
let settings = self.ctx.get_settings();
let table = self
.ctx
.get_table(&plan.database_name, &plan.table_name)
.get_table(&plan.catalog_name, &plan.database_name, &plan.table_name)
.await?;

let mut pipeline = self.create_new_pipeline()?;
Expand Down

0 comments on commit e9894e5

Please sign in to comment.