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-19441] [SQL] Remove IN type coercion from PromoteStrings #16783

Closed
wants to merge 2 commits into from

Conversation

gatorsmile
Copy link
Member

@gatorsmile gatorsmile commented Feb 3, 2017

What changes were proposed in this pull request?

The removed codes for IN are not reachable, because the previous rule InConversion already resolves the type coercion issues.

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Feb 3, 2017

Test build #72300 has started for PR 16783 at commit 127a114.

@gatorsmile
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 3, 2017

Test build #72324 has finished for PR 16783 at commit 127a114.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile
Copy link
Member Author

retest this please

1 similar comment
@gatorsmile
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 4, 2017

Test build #72336 has finished for PR 16783 at commit 127a114.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile
Copy link
Member Author

retest this please

1 similar comment
@gatorsmile
Copy link
Member Author

retest this please

@dongjoon-hyun
Copy link
Member

Retest this please

@SparkQA
Copy link

SparkQA commented Feb 5, 2017

Test build #72400 has finished for PR 16783 at commit 127a114.

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

@dongjoon-hyun
Copy link
Member

+1

@gatorsmile
Copy link
Member Author

cc @cloud-fan

@gatorsmile
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 7, 2017

Test build #72474 has finished for PR 16783 at commit 127a114.

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

@asfgit asfgit closed this in d6dc603 Feb 7, 2017
@cloud-fan
Copy link
Contributor

LGTM, merging to master!

cmonkey pushed a commit to cmonkey/spark that referenced this pull request Feb 15, 2017
### What changes were proposed in this pull request?
The removed codes for `IN` are not reachable, because the previous rule `InConversion` already resolves the type coercion issues.

### How was this patch tested?
N/A

Author: gatorsmile <gatorsmile@gmail.com>

Closes apache#16783 from gatorsmile/typeCoercionIn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants