Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-20550][SPARKR] R wrapper for Dataset.alias #17825

Closed
wants to merge 19 commits into from

Commits on May 4, 2017

  1. Initial implementation

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    944a3ec View commit details
    Browse the repository at this point in the history
  2. Adjust argument annotations

    - Remove param annotations from dataframe.alias
    - Use generic annotations for column.alias
    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    5e9f8da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73133f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    848eeef View commit details
    Browse the repository at this point in the history
  5. Fix typo

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    05c0781 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d7cf6 View commit details
    Browse the repository at this point in the history
  7. Extend param description

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    22e1292 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bb3d91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3c1a41 View commit details
    Browse the repository at this point in the history
  10. Extend description

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    40fedcb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e1ad44 View commit details
    Browse the repository at this point in the history
  12. Add family annotation

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    2d5ace2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fe5495 View commit details
    Browse the repository at this point in the history
  14. Fix style

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    09f9cca View commit details
    Browse the repository at this point in the history
  15. vim

    zero323 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    f1c74f3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    43c02bc View commit details
    Browse the repository at this point in the history
  2. Add return to generic alias

    zero323 committed May 5, 2017
    Configuration menu
    Copy the full SHA
    505561a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Add export

    zero323 committed May 6, 2017
    Configuration menu
    Copy the full SHA
    1f1e72b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Reorder annotations

    zero323 committed May 7, 2017
    Configuration menu
    Copy the full SHA
    2b8f288 View commit details
    Browse the repository at this point in the history