[
https://issues.apache.org/jira/browse/HIVE-7238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Navis resolved HIVE-7238.
-------------------------
Resolution: Duplicate
> show partitions when using schema does not work
> -----------------------------------------------
>
> Key: HIVE-7238
> URL: https://issues.apache.org/jira/browse/HIVE-7238
> Project: Hive
> Issue Type: Bug
> Components: CLI
> Affects Versions: 0.12.0
> Reporter: Khaja Hussain
> Priority: Minor
>
> SHOW PARTITIONS command when used with the schema option throws an error
> "ParseException line 1:24 missing EOF". User would need to every time go into
> the schema to see the partitions.
> Details of the issue/hive commands:
> ----------------------------------------------
> hive (kh_work)> show partitions closeout.pos_retaileritem;
> FAILED: ParseException line 1:24 missing EOF at '.' near 'closeout'
> hive (kh_work)> use closeout;
> OK
> Time taken: 0.0060 seconds
> hive (closeout)> show partitions pos_retaileritem;
> OK
> partition
> pk_business=tec/pk_data_source=pos/pk_frequency=cat/pk_data_state=c07132
> Time taken: 0.183 seconds, Fetched: 1 row(s)
> hive (closeout)>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)