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-5707][SQL] Avoid codegen for HashedRelation keys #7213

Closed
wants to merge 1 commit into from

Conversation

marmbrus
Copy link
Contributor

@marmbrus marmbrus commented Jul 3, 2015

Using codegen causes serialized code generated row types to leak out of the JVM when doing broadcast joins. This PR changes it so we always use generic rows for hashtables.

@SparkQA
Copy link

SparkQA commented Jul 3, 2015

Test build #36513 has finished for PR 7213 at commit fb46392.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor Author

marmbrus commented Jul 6, 2015

/cc @davies

@davies
Copy link
Contributor

davies commented Jul 6, 2015

@marmbrus I think we should copy the key in HashedRelation, we already do that for values.

@marmbrus marmbrus closed this Jul 7, 2015
@marmbrus marmbrus deleted the codeGenKeys branch August 3, 2015 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants