[
https://issues.apache.org/jira/browse/HIVE-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach resolved HIVE-1676.
----------------------------------
Resolution: Duplicate
> show table extended like does not work well with wildcards
> ----------------------------------------------------------
>
> Key: HIVE-1676
> URL: https://issues.apache.org/jira/browse/HIVE-1676
> Project: Hadoop Hive
> Issue Type: Bug
> Reporter: Pradeep Kamath
> Priority: Minor
>
> As evident from the output below though there are tables that match the
> wildcard, the output from "show table extended like " does not contain the
> matches.
> {noformat}
> bin/hive -e "show tables 'foo*'"
> Hive history
> file=/tmp/pradeepk/hive_job_log_pradeepk_201009301037_568707409.txt
> OK
> foo
> foo2
> Time taken: 3.417 seconds
> bin/hive -e "show table extended like 'foo*'"
> Hive history
> file=/tmp/pradeepk/hive_job_log_pradeepk_201009301037_410056681.txt
> OK
> Time taken: 2.948 seconds
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.