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-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and data sources #11514

Closed
wants to merge 11 commits into from

Commits on Mar 4, 2016

  1. separate physical RDD and scan

    Davies Liu committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0e78b3a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. fix conflict

    Davies Liu committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d2d2062 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    c8db837 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Davies Liu committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    0278fd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    618e555 View commit details
    Browse the repository at this point in the history
  2. fix sameResult on DataSourceScan

    Davies Liu committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    6cfa545 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. fix In

    Davies Liu committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    c4ea2e8 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Davies Liu committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    c159b25 View commit details
    Browse the repository at this point in the history
  3. fix test

    Davies Liu committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    b482d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Configuration menu
    Copy the full SHA
    5975560 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Davies Liu committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    b3d2df0 View commit details
    Browse the repository at this point in the history