This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new e0302c141c8 branch-3.0: [fix](nereids) correct the log class in the
command (#43896) (#52254)
e0302c141c8 is described below
commit e0302c141c82264f32bd3d533885bd723da9fd95
Author: James <[email protected]>
AuthorDate: Fri Jun 27 12:19:22 2025 +0800
branch-3.0: [fix](nereids) correct the log class in the command (#43896)
(#52254)
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 d0d2fffa278..42274c5eaf8 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
@@ -39,7 +39,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]