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-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianProductExec, SortMergeJoin, WindowExec to use it #16909

Closed

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    86a00c2 View commit details
    Browse the repository at this point in the history
  2. round apache#1 review comments

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    22a5eca View commit details
    Browse the repository at this point in the history
  3. fixed benchmark

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    a82c453 View commit details
    Browse the repository at this point in the history
  4. Support CartesianProductExec and added micro benchmark comparing `Ext…

    …ernalAppendOnlyUnsafeRowArray` against using raw `UnsafeExternalSorter`
    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    6f1b547 View commit details
    Browse the repository at this point in the history
  5. attempt to fix unit test

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    d9e7d43 View commit details
    Browse the repository at this point in the history
  6. attempt apache#2

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    fc95f32 View commit details
    Browse the repository at this point in the history
  7. attempt to fix unit test

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    6e7c219 View commit details
    Browse the repository at this point in the history
  8. fix failing test

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    e714a08 View commit details
    Browse the repository at this point in the history
  9. review comments apache#2

    tejasapatil committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    23acc3f View commit details
    Browse the repository at this point in the history