sunchao opened a new pull request, #56462: URL: https://github.com/apache/spark/pull/56462
## Why are the changes needed? `spark.sql.shuffle.spreadNullJoinKeys.enabled` was introduced on the Spark 4.3 development line, but its configuration metadata incorrectly says that it was introduced in Spark 4.1.0. This follow-up addresses the review comment on apache/spark#55927 so the documented version matches the first Spark release that contains the configuration. ## What changes were proposed in this PR? Update the configuration's `version` metadata from `4.1.0` to `4.3.0`. ## How was this PR tested? - Ran `git diff --check`. - No runtime tests were added because this change only corrects configuration metadata and does not affect behavior. -- 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]
