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 307b09b6d1f branch-3.1: [fix](nereids) correct the log class in the
command #43896 (#52255)
307b09b6d1f is described below
commit 307b09b6d1f9d36bbc3c0db526d8421acb4d5796
Author: James <[email protected]>
AuthorDate: Thu Jun 26 14:14:34 2025 +0800
branch-3.1: [fix](nereids) correct the log class in the command #43896
(#52255)
backport: #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 b9f141adb3d..663e6c94323 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
@@ -46,7 +46,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]