You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/02/02 11:23:43 UTC

[hudi] branch master updated: [MINOR] Fix method comment typo (#2518)

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

vinoyang 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 ec950b4  [MINOR] Fix method comment typo (#2518)
ec950b4 is described below

commit ec950b4cfe0e86d4e06b7b80d595510540768fdb
Author: jackiehff <hf...@gmail.com>
AuthorDate: Tue Feb 2 19:23:29 2021 +0800

    [MINOR] Fix method comment typo (#2518)
    
    Co-authored-by: 黄飞飞 <hu...@mininglamp.com>
---
 .../src/main/java/org/apache/hudi/common/util/ClusteringUtils.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-common/src/main/java/org/apache/hudi/common/util/ClusteringUtils.java b/hudi-common/src/main/java/org/apache/hudi/common/util/ClusteringUtils.java
index 70dfa2a..9c53cec 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/util/ClusteringUtils.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/util/ClusteringUtils.java
@@ -98,7 +98,7 @@ public class ClusteringUtils {
 
   /**
    * Get filegroups to pending clustering instant mapping for all pending clustering plans.
-   * This includes all clustering operattions in 'requested' and 'inflight' states.
+   * This includes all clustering operations in 'requested' and 'inflight' states.
    */
   public static Map<HoodieFileGroupId, HoodieInstant> getAllFileGroupsInPendingClusteringPlans(
       HoodieTableMetaClient metaClient) {