cloud-fan commented on pull request #35031: URL: https://github.com/apache/spark/pull/35031#issuecomment-1001850250
> The behavior of [] and element_at are so similar They are very different. `element_at` uses 1-based index and support negative index. It's also confusing for end-users that `element_at` has a config to control the error behavior and also a `try_element_at`. I think it's easier to explain if this config only applies to `[]` operator, instead of a lof of places and list them in the doc. -- 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]
