LuciferYang opened a new pull request, #57240: URL: https://github.com/apache/spark/pull/57240
### What changes were proposed in this pull request? Fixes copy-pasted type wording in the scaladoc of several `Row` getters in the sql-api module. The phrase "value at position i of `<type>` type" had been copy-pasted from the date getters onto getters that return other types: - `getGeometry`: "of date type" -> "of geometry type" - `getGeography`: "of date type" -> "of geography type" - `getTimestamp` / `getInstant`: "of date type" -> "of timestamp type" - `getJavaMap`: "of array type" -> "of map type" ### Why are the changes needed? The type wording on these getters was incorrect (copy-pasted from sibling getters), which is misleading in the generated API docs. ### Does this PR introduce _any_ user-facing change? No. Documentation-only; no behavior change. ### How was this patch tested? No tests needed (documentation only). ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Ducc -- 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]
