Github user ash211 commented on the pull request:
https://github.com/apache/spark/pull/893#issuecomment-44296115
An Int can only hold 2**32 values so for a signed int (like the JVM uses)
that's only -2 billion to +2 billion. I've got some datasets with more
than 2 billion rows, so am worried about integer wraparound.
Can we make this a Long instead?
On Tue, May 27, 2014 at 4:48 AM, UCB AMPLab <[email protected]>wrote:
> All automated tests passed.
> Refer to this link for build results:
> https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15225/
>
> â
> Reply to this email directly or view it on
GitHub<https://github.com/apache/spark/pull/893#issuecomment-44265311>
> .
>
---
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.
---