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-10049][SPARKR] Support collecting data of ArraryType in DataFrame. #8458

Closed
wants to merge 10 commits into from

Commits on Aug 26, 2015

  1. Configuration menu
    Copy the full SHA
    1f7ab95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3af422 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Support ArrayType in createDataFrame().

    Sun Rui committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    9b5bd05 View commit details
    Browse the repository at this point in the history
  2. Refactor code.

    Sun Rui committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    02c64eb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. Fix scala style.

    Sun Rui committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    2bc97ad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2015

  1. Add more description for matchMethod().

    Sun Rui committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    a1f4fcb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Fix R style checks.

    Sun Rui committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    1e223e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. Convert args in place when matching a method.

    Sun Rui committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    adde91f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Address comment.

    Sun Rui committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    a7aa017 View commit details
    Browse the repository at this point in the history
  2. Rename matchMethod() to findMatchedSignature(). Update function descr…

    …iption.
    Sun Rui committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    afad2c6 View commit details
    Browse the repository at this point in the history