ueshin opened a new pull request #25501: [SPARK-27905][SQL][FOLLOW-UP] Add 
prettyNames.
URL: https://github.com/apache/spark/pull/25501
 
 
   ### What changes were proposed in this pull request?
   
   This is a follow-up of #24761 which added a higher-order function 
`ArrayForAll`.
   The PR mistakenly removed the `prettyName` from `ArrayExists` and forgot to 
add it to `ArrayForAll`.
   
   ### Why are the changes needed?
   
   This reverts the `prettyName` back to `ArrayExists` not to affect explained 
plans, and adds it to `ArrayForAll` to clarify the `prettyName` as the same as 
the expressions around.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Existing tests.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to