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-7824][SQL]Collapsing operator reordering and constant folding into a single batch to push down the single side. #6351

Closed
wants to merge 27 commits into from

Commits on Mar 2, 2015

  1. Merge pull request #1 from apache/master

    merge lastest spark
    pzzs committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    c3f046f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Merge pull request #2 from apache/master

    merge lastest spark
    pzzs committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    cb1852d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Merge pull request #3 from apache/master

    merge lastest spark
    pzzs committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    c87e8b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request #4 from apache/master

    merge lastest spark
    pzzs committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    161cae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Merge pull request #5 from apache/master

    merge lastest spark
    pzzs committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    98b134f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Merge pull request #6 from apache/master

    merge lastest spark
    pzzs committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    d00303b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Merge pull request #7 from apache/master

    merge lastest spark
    pzzs committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    802261c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Merge pull request #8 from apache/master

    merge lastest spark
    pzzs committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    34b1a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Merge pull request #9 from apache/master

    merge lastest spark
    pzzs committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    f61210c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge pull request #10 from apache/master

    merge lastest spark
    pzzs committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    f12fa50 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Merge pull request #12 from apache/master

    merge lastest spark
    pzzs committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f03fe7f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request #13 from apache/master

    merge lastest spark
    pzzs committed May 7, 2015
    Configuration menu
    Copy the full SHA
    14952e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Merge pull request #14 from apache/master

    merge lastest spark
    pzzs committed May 22, 2015
    Configuration menu
    Copy the full SHA
    ab8e9a6 View commit details
    Browse the repository at this point in the history
  2. Update Optimizer.scala

    pzzs committed May 22, 2015
    Configuration menu
    Copy the full SHA
    fa65718 View commit details
    Browse the repository at this point in the history
  3. Update FilterPushdownSuite.scala

    pzzs committed May 22, 2015
    Configuration menu
    Copy the full SHA
    d98bc35 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Update FilterPushdownSuite.scala

    pzzs committed May 23, 2015
    Configuration menu
    Copy the full SHA
    8df716a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Merge pull request #15 from apache/master

    merge lastest spark
    pzzs committed May 26, 2015
    Configuration menu
    Copy the full SHA
    b01e622 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Update Optimizer.scala

    pzzs committed May 27, 2015
    Configuration menu
    Copy the full SHA
    be6b1d5 View commit details
    Browse the repository at this point in the history
  2. Update Optimizer.scala

    pzzs committed May 27, 2015
    Configuration menu
    Copy the full SHA
    f2ee5fe View commit details
    Browse the repository at this point in the history
  3. Update FilterPushdownSuite.scala

    pzzs committed May 27, 2015
    Configuration menu
    Copy the full SHA
    11beb61 View commit details
    Browse the repository at this point in the history
  4. Update Optimizer.scala

    pzzs committed May 27, 2015
    Configuration menu
    Copy the full SHA
    a04ffae View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Configuration menu
    Copy the full SHA
    ae3af6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c529d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b9314 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Update Optimizer.scala

    pzzs committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    0ba5f42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from apache/master

    merge lastest spark
    pzzs committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    7bc7d28 View commit details
    Browse the repository at this point in the history
  3. Update Optimizer.scala

    pzzs committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    20de7be View commit details
    Browse the repository at this point in the history