dongjoon-hyun commented on code in PR #55476: URL: https://github.com/apache/spark/pull/55476#discussion_r3126684490
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala: ########## Review Comment: Hmm. Maybe, it's related to the previous Wenchen's comment, but it's a little counter-intuitive to use `$pos` again from here. If it's for `looping` variable arithmetic, it would be great to add a one-line comment about why we need to use `$pos` instead of `posLong`. -- 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]
