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

StopAfter / TopK related changes #233

Closed
wants to merge 7 commits into from
Closed

StopAfter / TopK related changes #233

wants to merge 7 commits into from

Commits on Mar 26, 2014

  1. Limit/TakeOrdered:

    1. Renamed StopAfter to Limit to be more consistent with naming in other relational databases.
    2. Renamed TopK to TakeOrdered to be more consistent with Spark RDD API.
    3. Avoid breaking lineage in Limit.
    4. Added a bunch of override's to execution/basicOperators.scala.
    rxin committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    231af3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d3327 View commit details
    Browse the repository at this point in the history
  3. Updated doc for Limit.

    rxin committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    9b79246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87b7d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Configuration menu
    Copy the full SHA
    4fc8b4e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. Configuration menu
    Copy the full SHA
    92b9727 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from marmbrus/limit

    More hacks to make Maps serialize with Kryo.
    rxin committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    13eb12a View commit details
    Browse the repository at this point in the history