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-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoin #7480

Closed
wants to merge 19 commits into from

Commits on Jul 17, 2015

  1. Unsafe HashJoin

    Davies Liu committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    bea4a50 View commit details
    Browse the repository at this point in the history
  2. remove println

    Davies Liu committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    95d0762 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. fix tests

    Davies Liu committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    6acbb11 View commit details
    Browse the repository at this point in the history
  2. fix style

    Davies Liu committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    184b852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c0b7d View commit details
    Browse the repository at this point in the history
  4. use UnsafeRow in SemiJoin

    Davies Liu committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    60371f2 View commit details
    Browse the repository at this point in the history
  5. address comments

    Davies Liu committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    ab1690f View commit details
    Browse the repository at this point in the history
  6. refactor

    Davies Liu committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    1a40f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Merge branch 'master' of github.com:apache/spark into unsafe_join

    Conflicts:
    	sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeRow.java
    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    69e38f5 View commit details
    Browse the repository at this point in the history
  2. ada a comment

    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0f4380d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:apache/spark into unsafe_join

    Conflicts:
    	sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/StringExpressionsSuite.scala
    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    68f5cd9 View commit details
    Browse the repository at this point in the history
  4. revert unrelated change

    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ca2b40f View commit details
    Browse the repository at this point in the history
  5. return UnsafeRow after join()

    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    9481ae8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    611d2ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a05b4f6 View commit details
    Browse the repository at this point in the history
  8. address comments

    Davies Liu committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    84c9807 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. fix test

    Davies Liu committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    dede020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10583f1 View commit details
    Browse the repository at this point in the history
  3. fix projection

    Davies Liu committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    6294b1e View commit details
    Browse the repository at this point in the history