Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Dec 13, 2024
1 parent dbe7491 commit f5d0417
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ public void addReturnResultFromRemoteExecutor(StmtExecutor executor) {
}

public void finalizeArrowFlightSqlRequest() {
setThreadLocalInfo();
for (StmtExecutor asynExecutor : returnResultFromRemoteExecutor) {
asynExecutor.finalizeQuery();
}
Expand All @@ -837,6 +838,7 @@ public void finalizeArrowFlightSqlRequest() {
}
}

remove();
setCommand(MysqlCommand.COM_SLEEP);
clear();
}
Expand Down

0 comments on commit f5d0417

Please sign in to comment.