Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/6159#issuecomment-103241644
  
    While fixing this, I found a units / sizing issue: our `longArray` can only 
contain Integer.MAX_VALUE elements and each map entry requires two entires in 
`longArray`, so our actual maximum capacity (# of supported map elements ) 
should be Integer.MAX_VALUE / 2.  I'm fixing this and adding additional tests 
for the various boundary conditions near the maximum size.


---
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]

Reply via email to