GitHub user jiangxb1987 opened a pull request:

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

    [SPARK-17932][SQL] Failed to run SQL "show table extended like table_name" 
in Spark2.0.0

    ## What changes were proposed in this pull request?
    
    Currently we haven't implemented `SHOW TABLE EXTENDED` in Spark 2.0. This 
PR is to implement the statement.
    Goals:
    1. Support `SHOW TABLES EXTENDED LIKE 'identifier_with_wildcards'`;
    2. Improve test cases for `SHOW TABLES` statement.
    
    Non-Goals:
    1. Support `SHOW TABLES [EXTENDED] ... PARTITION` statement.
    
    ## How was this patch tested?
    1. Add new test cases in file `show-tables.sql`.
    2. Modify tests for `SHOW TABLES` in `DDLSuite`.

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

    $ git pull https://github.com/jiangxb1987/spark show-table-extended

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

    https://github.com/apache/spark/pull/15958.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 #15958
    
----
commit 89d4f5d8922705f752ed64160f60bc4c6ef81d7a
Author: jiangxingbo <jiangxb1...@gmail.com>
Date:   2016-11-21T07:23:28Z

    implement SHOW TABLES EXTENDED.

----


---
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