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 15a3076 commit 4a7e201
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ private BuildInsertExecutorResult initPlanOnce(ConnectContext ctx,
if (cte.isPresent()) {
this.logicalQuery = Optional.of((LogicalPlan) cte.get().withChildren(logicalQuery.get()));
}
OlapGroupCommitInsertExecutor.analyzeGroupCommit(ctx, targetTableIf, this.logicalQuery.get(), this.insertCtx);
OlapGroupCommitInsertExecutor.analyzeGroupCommit(
ctx, targetTableIf, this.logicalQuery.get(), this.insertCtx);
} finally {
targetTableIf.readUnlock();
}
Expand Down

0 comments on commit 4a7e201

Please sign in to comment.