Skip to content

Commit 5cc04fa

Browse files
committed
style
1 parent fdbc871 commit 5cc04fa

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
@@ -356,7 +356,8 @@ public void testCompareLongsAsUnsigned() {
356356
Platform.putLong(arr3, arrayOffset, 0xa000000000000000L);
357357
long[] arr4 = new long[2];
358358
Platform.putLong(arr4, arrayOffset, 0x0000000000000000L);
359-
// both leftBaseOffset and rightBaseOffset are not aligned, so it will start with 4 bytes byte-by-byte comparison,
359+
// both leftBaseOffset and rightBaseOffset are not aligned,
360+
// so it will start with 4 bytes byte-by-byte comparison,
360361
// followed by a long comparison, and at last 4 bytes byte-by-byte comparison
361362
int result2 = binaryComparator.compare(arr3, arrayOffset, 8, arr4, arrayOffset, 8);
362363

0 commit comments

Comments
 (0)