You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2021/11/28 09:14:07 UTC

[hudi] branch master updated: [MINOR] fix typo (#4140)

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

leesf 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 eca1693  [MINOR] fix typo (#4140)
eca1693 is described below

commit eca16932884d51f01ff33d9cd4c9d54cb20d7726
Author: vortual <10...@qq.com>
AuthorDate: Sun Nov 28 17:13:50 2021 +0800

    [MINOR] fix typo (#4140)
---
 .../src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
index 27560d5..96d89fc 100644
--- a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
+++ b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
@@ -865,7 +865,7 @@ public abstract class AbstractHoodieWriteClient<T extends HoodieRecordPayload, I
   /**
    * Fetch map of pending commits to be rolledback to {@link HoodiePendingRollbackInfo}.
    * @param metaClient instance of {@link HoodieTableMetaClient} to use.
-   * @return map of pending commits to be rolledback instants to Rollback Instnat and Rollback plan Pair.
+   * @return map of pending commits to be rolledback instants to Rollback Instant and Rollback plan Pair.
    */
   protected Map<String, Option<HoodiePendingRollbackInfo>> getPendingRollbackInfos(HoodieTableMetaClient metaClient) {
     return metaClient.getActiveTimeline().filterPendingRollbackTimeline().getInstants().map(