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 28d43f3a4f9 [MINOR] asyncService log prompt incomplete (#9407)
28d43f3a4f9 is described below

commit 28d43f3a4f92c4996712cdb5abc13e0b2b7897e8
Author: empcl <[email protected]>
AuthorDate: Fri Aug 11 10:38:10 2023 +0800

    [MINOR] asyncService log prompt incomplete (#9407)
---
 .../src/main/java/org/apache/hudi/async/HoodieAsyncService.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
 
b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
index 4c1dddf265e..f022e710456 100644
--- 
a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
+++ 
b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
@@ -196,11 +196,11 @@ public abstract class HoodieAsyncService implements 
Serializable {
   }
 
   /**
-   * Enqueues new pending clustering instant.
+   * Enqueues new pending table service instant.
    * @param instant {@link HoodieInstant} to enqueue.
    */
   public void enqueuePendingAsyncServiceInstant(HoodieInstant instant) {
-    LOG.info("Enqueuing new pending clustering instant: " + 
instant.getTimestamp());
+    LOG.info("Enqueuing new pending table service instant: " + 
instant.getTimestamp());
     pendingInstants.add(instant);
   }
 

Reply via email to