We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6a1e6 commit 90c2b6aCopy full SHA for 90c2b6a
core/src/test/java/org/apache/spark/util/collection/unsafe/sort/UnsafeInMemorySorterSuite.java
@@ -56,11 +56,8 @@ public void testSortingEmptyInput() {
56
assert(!iter.hasNext());
57
}
58
59
- /**
60
- * Tests the type of sorting that's used in the non-combiner path of sort-based shuffle.
61
- */
62
@Test
63
- public void testSortingOnlyByPartitionId() throws Exception {
+ public void testSortingOnlyByIntegerPrefix() throws Exception {
64
final String[] dataToSort = new String[] {
65
"Boba",
66
"Pearls",
0 commit comments