Yikun opened a new pull request, #37581:
URL: https://github.com/apache/spark/pull/37581

   ### What changes were proposed in this pull request?
    Fix version of asin/mean and add alias note for mean
   
   ### Why are the changes needed?
   According to: 
https://github.com/apache/spark/blob/f98f9f8566243a8a01edcaad3b847bbd2f52305b/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L705-L721
   
   
https://github.com/apache/spark/blob/a9bb924480e4953457dad680c15ca346f71a26c8/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L1575-L1589
   
   the `asin`/`mean` were introduced in 1.4.0 (history commit: 
https://github.com/apache/spark/commit/4e6a310f8062102ea6a022fb21171f896c8296ae),
 so this PR try to fix it to right version.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   CI passed
   


-- 
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]

Reply via email to