This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new f5daa6d789d [MINOR] Fix CleanPlanActionExecutor logger print class
(#9268)
f5daa6d789d is described below
commit f5daa6d789dce6690a37b050fa0f57d385ccb78b
Author: cooper <[email protected]>
AuthorDate: Tue Jul 25 09:37:22 2023 +0800
[MINOR] Fix CleanPlanActionExecutor logger print class (#9268)
---
.../org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java
b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java
index 57b583f54b7..3b5d1233214 100644
---
a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java
+++
b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanActionExecutor.java
@@ -50,7 +50,7 @@ import static org.apache.hudi.common.util.MapUtils.nonEmpty;
public class CleanPlanActionExecutor<T, I, K, O> extends BaseActionExecutor<T,
I, K, O, Option<HoodieCleanerPlan>> {
- private static final Logger LOG =
LoggerFactory.getLogger(CleanPlanner.class);
+ private static final Logger LOG =
LoggerFactory.getLogger(CleanPlanActionExecutor.class);
private final Option<Map<String, String>> extraMetadata;