This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 4f2a28043d0 branch-3.1: [fix](forward) fix cherry-pick error in 3.1 
(#54740)
4f2a28043d0 is described below

commit 4f2a28043d067f8fd59f49b1949b14a9d590c91f
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Thu Aug 14 02:38:39 2025 -0700

    branch-3.1: [fix](forward) fix cherry-pick error in 3.1 (#54740)
    
    introduced from #52061
---
 fe/fe-core/src/main/java/org/apache/doris/qe/FEOpExecutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/FEOpExecutor.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/FEOpExecutor.java
index 0c849ef924b..c80c0bfc2b0 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/FEOpExecutor.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/FEOpExecutor.java
@@ -172,7 +172,7 @@ public class FEOpExecutor {
         params.setUserIp(ctx.getRemoteIP());
         params.setStmtId(ctx.getStmtId());
         params.setCurrentUserIdent(ctx.getCurrentUserIdentity().toThrift());
-        // params.setSessionId(ctx.getSessionId());
+        params.setSessionId(ctx.getSessionId());
 
         if (Config.isCloudMode()) {
             String cluster = "";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to