Github user shivaram commented on the pull request:

    https://github.com/apache/spark/pull/6007#issuecomment-100314824
  
    @sun-rui - Thanks for the PR. However I am having second thoughts about 
some of the renames. For some functions like `filter` and I guess to a certain 
extent `sample` its probably fine to overload as they are less often used 
functions.
    
    However `load` and `save` are probably more widely used functions and our 
functions actually do something different from the `load` and `save` in R. One 
idea might be to rename these to `read` or `read.df` as these functions 
typically load data from external formats (like read.csv or read.table etc.). 
Any thoughts ?
    
    cc @rxin 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to