Github user sun-rui commented on the pull request:

    https://github.com/apache/spark/pull/8920#issuecomment-143981017
  
    Originally, we implemented a "sortDF" function in SparkR DataFrame 
corresponds to the "sort" function of the Scala DataFrame. Later, "sortDF" was 
renamed to "arrange" to be more frendly with "dlypr" package.
    
    My question here is that naming this helper function as "sort" is 
desirable? This will override the "sort" function in R base package. After this 
change, If an R user wants to use the "sort" in base package in SparkR, it has 
to use base::sort(). As sort() may be widely and commonly used function, is 
this preferrable?
    
    Could we find a new name for it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to