[MINOR] Fix typos (#4567)
This commit is contained in:
@@ -138,7 +138,7 @@ public class SparkValidatorUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get reads from paritions modified including any inflight commits.
|
||||
* Get reads from partitions modified including any inflight commits.
|
||||
* Note that this only works for COW tables
|
||||
*/
|
||||
public static Dataset<Row> getRecordsFromPendingCommits(SQLContext sqlContext,
|
||||
|
||||
@@ -53,8 +53,8 @@ public class HoodieBloomIndexCheckFunction
|
||||
|
||||
@Override
|
||||
public Iterator<List<KeyLookupResult>> call(Integer partition,
|
||||
Iterator<Tuple2<String, HoodieKey>> fileParitionRecordKeyTripletItr) {
|
||||
return new LazyKeyCheckIterator(fileParitionRecordKeyTripletItr);
|
||||
Iterator<Tuple2<String, HoodieKey>> filePartitionRecordKeyTripletItr) {
|
||||
return new LazyKeyCheckIterator(filePartitionRecordKeyTripletItr);
|
||||
}
|
||||
|
||||
class LazyKeyCheckIterator extends LazyIterableIterator<Tuple2<String, HoodieKey>, List<KeyLookupResult>> {
|
||||
|
||||
Reference in New Issue
Block a user