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

[SQL] Improve DataFrame API error reporting #4296

Closed
wants to merge 7 commits into from

Commits on Feb 2, 2015

  1. [SQL][API] ComputableColumn vs IncomputableColumn

    This patch changes Column from a concrete implementation to a trait, and provides two
    concrete implementations: IncomputableColumn and ComputableColumn.
    rxin committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    e6f00b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b932e86 View commit details
    Browse the repository at this point in the history
  3. Various fixes.

    rxin committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    17f6bae View commit details
    Browse the repository at this point in the history
  4. Fix scala test.

    rxin committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    5afe1ff View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. fix python tests

    Davies Liu committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    f79034c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into col-computability

    Conflicts:
    	sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
    rxin committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    fd92bc7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from davies/col-computability

    fix python tests
    rxin committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    6527b86 View commit details
    Browse the repository at this point in the history