Skip to content

Commit

Permalink
unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzzzzs committed May 22, 2024
1 parent 159b71b commit 9400015
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public AbstractInsertExecutor initPlan(ConnectContext ctx, StmtExecutor executor
if (GroupCommitInsertExecutor.canGroupCommit(ctx, sink, physicalSink, planner)) {
insertExecutor = new GroupCommitInsertExecutor(ctx, targetTableIf, label, planner, insertCtx,
emptyInsert);
targetTableIf.readUnlock();
return insertExecutor;
}
OlapTable olapTable = (OlapTable) targetTableIf;
Expand Down

0 comments on commit 9400015

Please sign in to comment.