We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa709d commit 5775c24Copy full SHA for 5775c24
query/src/interpreters/interpreter_insert.rs
@@ -68,7 +68,7 @@ impl InsertInterpreter {
68
let settings = self.ctx.get_settings();
69
let table = self
70
.ctx
71
- .get_table(&plan.database_name, &plan.table_name)
+ .get_table(&plan.catalog_name, &plan.database_name, &plan.table_name)
72
.await?;
73
74
let mut pipeline = self.create_new_pipeline()?;
0 commit comments