Skip to content

Commit a25512e

Browse files
author
xingjunwang
committed
Fix a few typos
1 parent fd876a8 commit a25512e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index

hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ public HoodieData<WriteStatus> updateLocation(
111111
* implementation is able to obtain the same mapping, for two hoodie keys with same `recordKey` but different
112112
* `partitionPath`
113113
*
114-
* @return whether or not, the index implementation is global in nature
114+
* @return whether the index implementation is global in nature
115115
*/
116116
@PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
117117
public abstract boolean isGlobal();
118118

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

135135
/**
136-
* To indicate if a operation type requires location tagging before writing
136+
* To indicate if an operation type requires location tagging before writing
137137
*/
138138
@PublicAPIMethod(maturity = ApiMaturityLevel.EVOLVING)
139139
public boolean requiresTagging(WriteOperationType operationType) {

0 commit comments

Comments
 (0)