uros-b opened a new pull request, #57870: URL: https://github.com/apache/spark/pull/57870
### What changes were proposed in this pull request? Fixes grammar and typos in comments within the root `pom.xml`: - `produce the same results` to `produces the same results` (singular subject) - `needed when run MapReduce test in Hive 2.3` to `needed when running MapReduce tests in Hive 2.3` - `for support Datasketches HllSketch` to `to support Datasketches HllSketch` - `Couple of dependencies` to `A couple of dependencies` - `If one don't use OSGi` to `If one doesn't use OSGi` - `needs an external plugin handle it` to `needs an external plugin to handle it` - `in production of for distribution` to `in production or for distribution` It also spells `macOS` consistently in the two comments that used `MacOS`; the file already uses `macOS` elsewhere, including the profile id. ### Why are the changes needed? These are plain grammatical errors in comments that explain non-obvious build decisions, so they are worth keeping readable. The `macOS` casing is corrected because one of the affected lines is already being touched. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Every edit is inside an XML comment body: no versions, coordinates, scopes, or ordering are changed, and the `SPARK-38885` and `SPARK-16484` references in those comments are preserved. The POM was confirmed to still parse as well-formed XML, and no dev script or CI workflow matches on this comment text, so the build is unaffected. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (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]
