This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44568-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 4a18647cdad branch-3.0: [fix](ForkJoinPool) we should not new a thread pool every call #44891 (#44939) add 9cab960d1fd [fix](Nereids) move tables from connect context to statement context (#44568) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/CascadesContext.java | 3 ++- .../org/apache/doris/nereids/NereidsPlanner.java | 4 +-- .../org/apache/doris/nereids/StatementContext.java | 29 ++++++++++++++++++++++ .../apache/doris/nereids/minidump/Minidump.java | 1 + .../doris/nereids/minidump/MinidumpUtils.java | 1 - .../doris/nereids/rules/analysis/BindRelation.java | 8 +++--- .../trees/plans/commands/ReplayCommand.java | 1 + .../java/org/apache/doris/qe/ConnectContext.java | 29 ---------------------- .../apache/doris/nereids/util/ReadLockTest.java | 23 ++++++----------- 9 files changed, 47 insertions(+), 52 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org