gengliangwang commented on PR #55941: URL: https://github.com/apache/spark/pull/55941#issuecomment-4480012456
Addressed in 23a165c72d5: - Renamed `ArrayUtils` → `ElementAtUtils` to match the per-operation naming convention used by `CastUtils`/`ArithmeticUtils`/`DateTimeConstructorUtils` and to avoid collision with the existing `ArrayExpressionUtils.java`. - Rewrote the class javadoc to describe the helper's contract (validates a 1-based index, returns 0-based position, throws on out-of-bound / zero) instead of the historical refactoring effect. - Same sweep applied across `CastUtils` / `ArithmeticUtils` / `DateTimeConstructorUtils` in #55934 / #55938 / #55940. PTAL. -- 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]
