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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 16777c7235a branch-2.1: [fix](nereids) correct the log class in the 
command (#43896) (#52253)
16777c7235a is described below

commit 16777c7235a61195506d107870823e0882cc3645
Author: James <[email protected]>
AuthorDate: Wed Jun 25 14:51:30 2025 +0800

    branch-2.1: [fix](nereids) correct the log class in the command (#43896) 
(#52253)
    
    backport: https://github.com/apache/doris/pull/43896
    
    Co-authored-by: Yao-MR <[email protected]>
---
 .../org/apache/doris/nereids/trees/plans/commands/PrepareCommand.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/PrepareCommand.java
 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/PrepareCommand.java
index a844dcb9500..42828b3c67f 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/PrepareCommand.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/PrepareCommand.java
@@ -38,7 +38,7 @@ import java.util.List;
  * Prepared Statement
  */
 public class PrepareCommand extends Command {
-    private static final Logger LOG = LogManager.getLogger(StmtExecutor.class);
+    private static final Logger LOG = 
LogManager.getLogger(PrepareCommand.class);
 
     private final List<Placeholder> placeholders = new ArrayList<>();
     private final LogicalPlan logicalPlan;


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

Reply via email to