Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiksha27 committed Mar 26, 2021
1 parent fdd4ce8 commit 376cda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ private Iterator<Map.Entry<Cell, byte[]>> getRowColumnRangePostFiltered(

private Iterator<Map.Entry<Cell, Value>> getRowColumnRangePostFilteredWithoutSorting(
TableReference tableRef,
Iterator<Entry<Cell, Value>> iterator,
Iterator<Map.Entry<Cell, Value>> iterator,
int batchHint,
Comparator<Cell> cellComparator) {
return Iterators.concat(Iterators.transform(Iterators.partition(iterator, batchHint), batch -> {
Expand Down

0 comments on commit 376cda4

Please sign in to comment.