GitHub user cloud-fan opened a pull request:

    https://github.com/apache/spark/pull/16036

    [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support 
comparators

    ## What changes were proposed in this pull request?
    
    https://github.com/apache/spark/pull/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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloud-fan/spark revert

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16036.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16036
    
----
commit ecf34bb39ca090aca162bd1d83a7a0e300935150
Author: Wenchen Fan <wenc...@databricks.com>
Date:   2016-11-28T13:15:21Z

    Revert "[SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support 
comparators"
    
    This reverts commit 3ce057d0010a0f6f8163046ba502a126adc68f33.

commit b4b8f2066c5b59a7e3e945abfbf50e2e5fca18d2
Author: Wenchen Fan <wenc...@databricks.com>
Date:   2016-11-28T13:28:35Z

    add regression test

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to