GitHub user baishuo opened a pull request:
https://github.com/apache/spark/pull/6745
[Spark-7179][SQL]add tablenamepattern to hive sql of "show tables"
the whole hive sql grammar of "show tables " is like "show tables [in
databasename] [tablenamepattern]", "show tables [in databasename]" is already
implement at spark **sql** component, and this PR implement show tables [in
databasename] tablenamepattern at spark **hive** component
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/baishuo/spark SPARK-7179-20150428
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6745.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 #6745
----
commit 2bad8d16316508e209e80df94e1204576bf37bfb
Author: baishuo <[email protected]>
Date: 2015-06-01T06:40:03Z
SPARK-7179 commit locally
commit 56ac537eb18150af198214cf529abf6e1dda713b
Author: baishuo <[email protected]>
Date: 2015-06-10T13:15:45Z
add pattern after show table
----
---
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]