Skip to content

Commit a07cfc6

Browse files
committed
fix style
1 parent 3cb480d commit a07cfc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/test/java/test/org/apache/spark/sql/execution/sort/RecordBinaryComparatorSuite.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ public void testBinaryComparatorWhenOnlyTheLastColumnDiffers() throws Exception
323323
}
324324

325325
@Test
326-
public void testBinaryComparatorGenerateSameResultBetweenComparedByteByByteAndComparedByLong() throws Exception {
326+
public void testBinaryComparatorGiveSameResultWhenComparedByteByByteAndComparedByLong()
327+
throws Exception {
327328
int numFields = 1;
328329

329330
UnsafeRow row1 = new UnsafeRow(numFields);

0 commit comments

Comments
 (0)