Github user ericl commented on a diff in the pull request:
https://github.com/apache/spark/pull/15907#discussion_r88537692
--- Diff:
core/src/main/java/org/apache/spark/util/collection/unsafe/sort/RadixSort.java
---
@@ -40,28 +40,28 @@
* of always copying the data back to position zero for
efficiency.
*/
public static int sort(
- LongArray array, int numRecords, int startByteIndex, int
endByteIndex,
+ LongArray array, long numRecords, long startByteIndex, long
endByteIndex,
--- End diff --
I think we should keep the byte indices as ints, since they are in 0..7 and
we assert these below.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]