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 <[email protected]>
AuthorDate: Tue Feb 2 19:23:29 2021 +0800
[MINOR] Fix method comment typo (#2518)
Co-authored-by: 黄飞飞 <[email protected]>
---
.../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) {