[fix](Export) fix timeout property not work for export job#26032
[fix](Export) fix timeout property not work for export job#26032morningman merged 2 commits intoapache:branch-2.0from
Conversation
| this.sessionVariables = stmt.getSessionVariables(); | ||
| this.timeoutSecond = sessionVariables.getQueryTimeoutS(); | ||
| this.timeoutSecond = stmt.getTimeout(); | ||
| this.sessionVariables.setQueryTimeoutS(this.timeoutSecond); |
There was a problem hiding this comment.
here we should clone one session variables to avoid change origin session variable values
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
4bcc26d to
5545824
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run feut, external |
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
Proposed changes
Issue Number: close #xxx
Refer: #25913
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...