Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 20, 2024
1 parent 4e2e3bd commit c61f988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public AbstractInsertExecutor initPlan(ConnectContext ctx, StmtExecutor executor
*/
public AbstractInsertExecutor initPlan(ConnectContext ctx, StmtExecutor stmtExecutor,
boolean needBeginTransaction) throws Exception {
List<String> qualifiedTargetTableName = InsertUtils.getTargetTableQualified(logicalQuery, ctx);
List<String> qualifiedTargetTableName = InsertUtils.getTargetTableQualified(originLogicalQuery, ctx);

AbstractInsertExecutor insertExecutor;
int retryTimes = 0;
Expand Down

0 comments on commit c61f988

Please sign in to comment.