Skip to content

Commit a94204b

Browse files
author
Davies Liu
committed
fix build
1 parent 3a66c89 commit a94204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeInMemorySorter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ public SortedIterator getSortedIterator() {
228228
}
229229

230230
public SortedIterator getIterator() {
231-
return new SortedIterator(memoryManager, pos, array);
231+
return new SortedIterator(pos / 2);
232232
}
233233
}

0 commit comments

Comments
 (0)