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-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparators #16036

Closed
wants to merge 2 commits into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

#15704 will fail if we use int literal in DROP PARTITION, and we have reverted it in branch-2.1.

This PR reverts it in master branch, and add a regression test for it, to make sure the master branch is healthy.

How was this patch tested?

new regression test

@cloud-fan
Copy link
Contributor Author

cloud-fan commented Nov 28, 2016

@hvanhovell
Copy link
Contributor

LGTM pending jenkins.

@dongjoon-hyun lets merge the implementation of ALTER TABLE DROP PARTITION with your fix for it in #15987.

@dongjoon-hyun
Copy link
Member

I see. @cloud-fan and @hvanhovell .

@SparkQA
Copy link

SparkQA commented Nov 28, 2016

Test build #69248 has finished for PR 16036 at commit b4b8f20.

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

@hvanhovell
Copy link
Contributor

LGTM. Merging to master (2.1 was already reverted). Thanks!

@asfgit asfgit closed this in d31ff9b Nov 28, 2016
@dongjoon-hyun
Copy link
Member

@hvanhovell , could you give me some direction on #15987 before updating?
The as-is direction of #15987 seems to be not proper.

robert3005 pushed a commit to palantir/spark that referenced this pull request Dec 2, 2016
…omparators

## What changes were proposed in this pull request?

apache#15704 will fail if we use int literal in `DROP PARTITION`, and we have reverted it in branch-2.1.

This PR reverts it in master branch, and add a regression test for it, to make sure the master branch is healthy.

## How was this patch tested?

new regression test

Author: Wenchen Fan <wenchen@databricks.com>

Closes apache#16036 from cloud-fan/revert.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…omparators

## What changes were proposed in this pull request?

apache#15704 will fail if we use int literal in `DROP PARTITION`, and we have reverted it in branch-2.1.

This PR reverts it in master branch, and add a regression test for it, to make sure the master branch is healthy.

## How was this patch tested?

new regression test

Author: Wenchen Fan <wenchen@databricks.com>

Closes apache#16036 from cloud-fan/revert.
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