GitHub user rxin opened a pull request:

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

    [SPARK-14826][SQL] Remove HiveQueryExecution

    ## What changes were proposed in this pull request?
    This patch builds on #12584 and removes HiveQueryExecution. In order to do 
this, I consolidated all the describe commands into DescribeTableCommand.
    
    ## How was this patch tested?
    Should be covered by existing tests.


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

    $ git pull https://github.com/rxin/spark SPARK-14826

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

    https://github.com/apache/spark/pull/12588.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 #12588
    
----
commit 5dc613fa7ddf10a9bc59f22c4893c29859a04a24
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T21:01:38Z

    [SPARK-14821][SQL] Move analyze table parsing into SparkSqlAstBuilder

commit 81229cb36f474e81f9d2e1efb91c0e35e3c109a1
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T21:04:57Z

    fix test case

commit 6df11b1b5471f3dde0f9989159e974b46765a7e6
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T21:06:15Z

    fix test for real

commit dc11d4b79a1866f47c998bfa9b94e60ea6cf54d0
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T23:02:51Z

    Merge branch 'master' into SPARK-14821

commit 1caae348801fb3f6d5dec4ce44cb4664a526d595
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T23:07:32Z

    Remove Hive specific parser

commit ade4c993493c43ed753ebaa7f07509c8d48afa18
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T23:43:09Z

    initial checkin

commit ec2a5380fd462377e3a39aae3976f68671e9a283
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T00:01:28Z

    2nd checkin

commit 173bc454489ea03fbda1aaa98373d62061ff8768
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T00:02:53Z

    fix style

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to