You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by pr...@apache.org on 2022/09/23 16:40:06 UTC

[hudi] branch master updated: Update HoodieIndex.java

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

prasanna 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 f34a2d733f Update HoodieIndex.java
     new b512a4a3ff Merge pull request #6779 from wongxingjun/master
f34a2d733f is described below

commit f34a2d733fafae377079864bc8557984e70a6df5
Author: Xingjun Wang <wo...@126.com>
AuthorDate: Sat Sep 24 00:33:43 2022 +0800

    Update HoodieIndex.java
    
    Fix a typo
---
 .../src/main/java/org/apache/hudi/index/HoodieIndex.java                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java
index 3ede648e23..4b8640fabf 100644
--- a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java
+++ b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java
@@ -147,7 +147,7 @@ public abstract class HoodieIndex<I, O> implements Serializable {
   }
 
   /**
-   * Each index type should implement it's own logic to release any resources acquired during the process.
+   * Each index type should implement its own logic to release any resources acquired during the process.
    */
   public void close() {
   }