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 3cb480d commit a07cfc6Copy full SHA for a07cfc6
sql/core/src/test/java/test/org/apache/spark/sql/execution/sort/RecordBinaryComparatorSuite.java
@@ -323,7 +323,8 @@ public void testBinaryComparatorWhenOnlyTheLastColumnDiffers() throws Exception
323
}
324
325
@Test
326
- public void testBinaryComparatorGenerateSameResultBetweenComparedByteByByteAndComparedByLong() throws Exception {
+ public void testBinaryComparatorGiveSameResultWhenComparedByteByByteAndComparedByLong()
327
+ throws Exception {
328
int numFields = 1;
329
330
UnsafeRow row1 = new UnsafeRow(numFields);
0 commit comments