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-2535][SQL] Add StringComparison case to NullPropagation. #1451

Closed
wants to merge 2 commits into from

Conversation

ueshin
Copy link
Member

@ueshin ueshin commented Jul 16, 2014

StringComparison expressions including null literal cases could be added to NullPropagation.

@SparkQA
Copy link

SparkQA commented Jul 16, 2014

QA tests have started for PR 1451. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16752/consoleFull

@SparkQA
Copy link

SparkQA commented Jul 17, 2014

QA results for PR 1451:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16752/consoleFull

@asfgit asfgit closed this in 3a1709f Jul 18, 2014
@marmbrus
Copy link
Contributor

Thanks for doing this, and even adding tests for my code :)

Merged into master.

xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
`StringComparison` expressions including `null` literal cases could be added to `NullPropagation`.

Author: Takuya UESHIN <ueshin@happy-camper.st>

Closes apache#1451 from ueshin/issues/SPARK-2535 and squashes the following commits:

e99c237 [Takuya UESHIN] Add some tests.
8f9b984 [Takuya UESHIN] Add StringComparison case to NullPropagation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants