HyukjinKwon opened a new pull request #31062:
URL: https://github.com/apache/spark/pull/31062


   ### What changes were proposed in this pull request?
   
   This PR is a followup of https://github.com/apache/spark/pull/27406. It 
fixes the naming to match with Scala side.
   
   Note that there are a bit of inconsistency already e.g.) `col`, `e`, `expr` 
and `column`. This part I did not change but other names like `zero` vs 
`initialValue` or `col1`/`col2` vs `left`/`right` looks unnecessary.
   
   ### Why are the changes needed?
   
   To make the usage similar with Scala side, and for consistency.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, this is not released yet.
   
   ### How was this patch tested?
   
   GitHub Actions and Jenkins build will test it out.
   


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



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

Reply via email to