WangGuangxin opened a new pull request, #38722: URL: https://github.com/apache/spark/pull/38722
### What changes were proposed in this pull request? In BytesToBytesMap, the longArray size can be up to `MAX_CAPACITY` instead `MAX_CAPACITY/2` since `MAX_CAPACITY` already take `two array entries per key` into account. ### Why are the changes needed? To handle larger dataset in BytestoBytesMap ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existings UT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
