You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2023/06/14 18:04:59 UTC

[hudi] branch master updated: [MINOR] Fix build on master (#8976)

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

yihua 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 ae638cfa649 [MINOR] Fix build on master (#8976)
ae638cfa649 is described below

commit ae638cfa649fd9e8437892f5c968daf48a91cfd8
Author: Y Ethan Guo <et...@gmail.com>
AuthorDate: Wed Jun 14 11:04:46 2023 -0700

    [MINOR] Fix build on master (#8976)
---
 .../src/main/java/org/apache/hudi/common/util/ClusteringUtils.java | 7 -------
 1 file changed, 7 deletions(-)

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 37400e4a827..e50431c7398 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
@@ -123,13 +123,6 @@ public class ClusteringUtils {
     }
   }
 
-  /**
-   * Checks if the replacecommit is clustering commit.
-   */
-  public static boolean isClusteringCommit(HoodieTableMetaClient metaClient, HoodieInstant pendingReplaceInstant) {
-    return getClusteringPlan(metaClient, pendingReplaceInstant).isPresent();
-  }
-
   /**
    * Get filegroups to pending clustering instant mapping for all pending clustering plans.
    * This includes all clustering operations in 'requested' and 'inflight' states.