Skip to content

Commit

Permalink
[MINOR] Fix a few typos in HoodieIndex (#6784)
Browse files Browse the repository at this point in the history
Co-authored-by: xingjunwang <xingjunwang@tencent.com>
  • Loading branch information
wongxingjun and xingjunwang committed Sep 24, 2022
1 parent fd876a8 commit 097e5a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ public HoodieData<WriteStatus> updateLocation(
* implementation is able to obtain the same mapping, for two hoodie keys with same `recordKey` but different
* `partitionPath`
*
* @return whether or not, the index implementation is global in nature
* @return whether the index implementation is global in nature
*/
@PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
public abstract boolean isGlobal();

/**
* This is used by storage to determine, if its safe to send inserts, straight to the log, i.e having a
* This is used by storage to determine, if it is safe to send inserts, straight to the log, i.e. having a
* {@link FileSlice}, with no data file.
*
* @return Returns true/false depending on whether the impl has this capability
Expand All @@ -133,7 +133,7 @@ public HoodieData<WriteStatus> updateLocation(
public abstract boolean isImplicitWithStorage();

/**
* To indicate if a operation type requires location tagging before writing
* To indicate if an operation type requires location tagging before writing
*/
@PublicAPIMethod(maturity = ApiMaturityLevel.EVOLVING)
public boolean requiresTagging(WriteOperationType operationType) {
Expand Down

0 comments on commit 097e5a8

Please sign in to comment.