dongjoon-hyun opened a new pull request, #56747: URL: https://github.com/apache/spark/pull/56747
### What changes were proposed in this pull request? This PR aims to make SQL tests be independent from the default value of `maxShuffledHashJoinLocalMapThreshold` by pinning on the current default value. ### Why are the changes needed? These suites assume AQE does not prefer a shuffled hash join, which only holds while this threshold defaults to `0`. If the default is raised, AQE picks a shuffled hash join over a sort merge join and breaks them (e.g. SMJ-spill checks, extended explain output, plan-tree node ids). Following SPARK-57647, a test that assumes a config value should set it explicitly. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) -- 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]
