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-10461][SQL] make sure input.primitive is always variable name not code at GenerateUnsafeProjection #8613

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

When we generate unsafe code inside createCodeForXXX, we always assign the input.primitive to a temp variable in case input.primitive is expression code.

This PR did some refactor to make sure input.primitive is always variable name, and some other typo and style fixes.

@rxin
Copy link
Contributor

rxin commented Sep 5, 2015

(sorry wrong pull request)

@SparkQA
Copy link

SparkQA commented Sep 5, 2015

Test build #42043 has finished for PR 8613 at commit 39b6d02.

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

@SparkQA
Copy link

SparkQA commented Sep 5, 2015

Test build #42051 has finished for PR 8613 at commit 96ed788.

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

@davies
Copy link
Contributor

davies commented Sep 9, 2015

LGTM, merging this into master!

@asfgit asfgit closed this in 71da163 Sep 9, 2015
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