viirya commented on pull request #32683: URL: https://github.com/apache/spark/pull/32683#issuecomment-850206214
What I saw is `advisoryPartitionSizeInBytes` is not big (64MB), is OOM likely a concern here? What I concern is `maxShuffledHashJoinLocalMapThreshold` is silently bound to `advisoryPartitionSizeInBytes` by default. If users don't notify that and change `advisoryPartitionSizeInBytes`, they might not be aware of the fact that they are changing join strategy. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
