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-12204][SPARKR] Implement drop method for DataFrame in SparkR. #10201

Closed
wants to merge 9 commits into from

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    f6b66ef View commit details
    Browse the repository at this point in the history
  2. expose base::drop.

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    6416d3c View commit details
    Browse the repository at this point in the history
  3. Fix comments.

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    6f44594 View commit details
    Browse the repository at this point in the history
  4. Update documentation for withColumn.

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    9bd4ef1 View commit details
    Browse the repository at this point in the history
  5. Use read.json() instead of deprecated jsonFile().

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    4646760 View commit details
    Browse the repository at this point in the history
  6. Refine documentation update.

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    9ebae59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89657f8 View commit details
    Browse the repository at this point in the history
  8. Fix R style.

    Sun Rui committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    c08c1ea View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Fix test break.

    Sun Rui committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    5eb3004 View commit details
    Browse the repository at this point in the history