Skip to content

Commit 90c2b6a

Browse files
committed
Update test name
1 parent 6d6a1e6 commit 90c2b6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/src/test/java/org/apache/spark/util/collection/unsafe/sort/UnsafeInMemorySorterSuite.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ public void testSortingEmptyInput() {
5656
assert(!iter.hasNext());
5757
}
5858

59-
/**
60-
* Tests the type of sorting that's used in the non-combiner path of sort-based shuffle.
61-
*/
6259
@Test
63-
public void testSortingOnlyByPartitionId() throws Exception {
60+
public void testSortingOnlyByIntegerPrefix() throws Exception {
6461
final String[] dataToSort = new String[] {
6562
"Boba",
6663
"Pearls",

0 commit comments

Comments
 (0)