You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by wa...@apache.org on 2021/05/31 03:44:38 UTC

[hudi] branch master updated: fix the grammer err of the comment (#3013)

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

wangxianghu 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 7a63175  fix the grammer err of the comment (#3013)
7a63175 is described below

commit 7a63175a7073d886110c1993eec872ded713e356
Author: Yao WANG <Ya...@gmail.com>
AuthorDate: Mon May 31 11:44:25 2021 +0800

    fix the grammer err of the comment (#3013)
    
    Co-authored-by: ywang46 <yw...@paypal.com>
---
 .../main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java b/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
index 14f337f..4a4fb57 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
@@ -312,7 +312,7 @@ public class HoodieTableMetaClient implements Serializable {
   }
 
   /**
-   * Helper method to initialize a given path as a hoodie table with configs passed in as as Properties.
+   * Helper method to initialize a given path as a hoodie table with configs passed in as Properties.
    *
    * @return Instance of HoodieTableMetaClient
    */