You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by DoingDone9 <gi...@git.apache.org> on 2015/02/06 09:25:54 UTC

[GitHub] spark pull request: [SPARK-5648][SQL] support "alter ... unset tbl...

GitHub user DoingDone9 opened a pull request:

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

    [SPARK-5648][SQL] support "alter ... unset tblproperties("key")" 

    make hivecontext support "alter ... unset tblproperties("key")"
    like :
    alter view viewName unset tblproperties("k")
    alter table tableName unset tblproperties("k")

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

    $ git pull https://github.com/DoingDone9/spark unset

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

    https://github.com/apache/spark/pull/4423.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 #4423
    
----
commit 255107175bf2e51e7f10b77210c3fc93e1b20079
Author: DoingDone9 <79...@qq.com>
Date:   2014-11-06T01:45:39Z

    Merge pull request #1 from apache/master
    
    merge lastest spark

commit 1b392f68830dc22c6c382036419725569aad4b38
Author: DoingDone9 <79...@qq.com>
Date:   2014-11-11T08:34:41Z

    Merge pull request #2 from apache/master
    
    merge lastest spark

commit 73dd949628672bbd07512743f1a66e46ff2e7034
Author: DoingDone9 <79...@qq.com>
Date:   2014-11-12T02:15:46Z

    Merge pull request #3 from apache/master
    
    merge lastest spark

commit d2d601cbb39b0bfaaf176e9c2ac08826946a156f
Author: DoingDone9 <79...@qq.com>
Date:   2014-11-27T06:21:02Z

    Merge pull request #4 from apache/master
    
    merge lastest spark

commit cd1e0c9e5dbde98084ebccf60da45b599e6722b4
Author: DoingDone9 <79...@qq.com>
Date:   2014-11-29T04:26:01Z

    Merge pull request #5 from apache/master
    
    merge lastest spark

commit 1c10bfb65034bc823c7384a6ccc05fbdaf9beb33
Author: DoingDone9 <79...@qq.com>
Date:   2014-12-23T11:45:06Z

    Merge pull request #6 from apache/master
    
    merge lastest spark

commit 55a52504a16567690347178e0f2470ee2a8ad6dc
Author: DoingDone9 <79...@qq.com>
Date:   2015-01-07T08:14:57Z

    Merge pull request #7 from apache/master
    
    merge lastest spark

commit 86951e7cf0d148081451c0e4c84ac7d0a77b2ce6
Author: DoingDone9 <79...@qq.com>
Date:   2015-01-07T08:40:17Z

    Update Expression.scala

commit 80466ff73f33968ccd69ccc52e7265f45ffd63cd
Author: DoingDone9 <79...@qq.com>
Date:   2015-01-07T08:41:10Z

    Update Expression.scala

commit 2facb01b777689a1539281e1ea34625e95d78dcc
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T01:50:48Z

    Merge pull request #8 from apache/master
    
    merge lastest spark

commit 3cead69654c12aecf6213b0a9a7cd4ce5178c72d
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:10:24Z

    add dt

commit 5bcad384e575c295c0d0c1d3f4e968c08fbbb0dc
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:13:29Z

    Update arithmetic.scala

commit c407d49dd455b0012555cdb897c82e9020b1f959
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:14:30Z

    Update SQLQuerySuite.scala

commit 9019fd07601c05b2aebbf848425d8c8e09d5d9e2
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:15:18Z

    Update TestData.scala

commit 639da05b88ad8157bc93b539ebe33b9db3d2e3b7
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:43:38Z

    Update Expression.scala

commit 740801c4fd91076162d01e844549ff2f163b1424
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:44:54Z

    Update arithmetic.scala

commit c241e97ebca2ab49312b47052a54eaa2d8d3cafc
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:45:21Z

    Update SQLQuerySuite.scala

commit 58845006167b8a474a0437e02ad5074754a44b45
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:45:45Z

    Update TestData.scala

commit 41e9d1ae9f91a31b01b6e55ae2335ae1376f0334
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-05T02:46:58Z

    Merge pull request #9 from apache/master
    
    [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL ag...

commit b1be4033311c7d69f3d025e6f18b1de75ae40e4f
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-06T07:59:48Z

    Merge pull request #10 from apache/master
    
    merge lastest spark

commit dcca3e643716ab36204e97eccddb94173a692625
Author: DoingDone9 <79...@qq.com>
Date:   2015-02-06T08:13:30Z

    supoort unset tblproperties

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-5648][SQL] support "alter ... unset tbl...

Posted by DoingDone9 <gi...@git.apache.org>.
Github user DoingDone9 closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-5648][SQL] support "alter ... unset tbl...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4423#issuecomment-73202332
  
    Can one of the admins verify this patch?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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