[
https://issues.apache.org/jira/browse/HIVE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16239407#comment-16239407
]
Lefty Leverenz commented on HIVE-3679:
--------------------------------------
Doc note: This adds *hive.decode.partition.name* to HiveConf.java in release
0.10.0, so it needs to be documented in the wiki.
* [DDL -- Show Partitions |
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ShowPartitions]
* [Configuration Properties -- Query and DDL Execution |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-QueryandDDLExecution]
Added a TODOC10 label.
> Unescape partition names returned by show partitions
> ----------------------------------------------------
>
> Key: HIVE-3679
> URL: https://issues.apache.org/jira/browse/HIVE-3679
> Project: Hive
> Issue Type: Task
> Components: Configuration, Query Processor
> Affects Versions: 0.10.0
> Reporter: Wonho Kim
> Assignee: Wonho Kim
> Priority: Minor
> Labels: TODOC10, features
> Fix For: 0.10.0, 0.11.0
>
> Attachments: HIVE-3679.1.patch.txt
>
>
> The partition names returned by the SHOW PARTITIONS call in Hive contain
> escape sequences from the metastore.
> ex) SHOW PARTITIONS XXX;
> returns partition names like
> ...ts=2012-02-02+17%3A12%3A43...where %3A is ':'
> Hive should unescape escape sequences like that before returning the
> partition names unless it is configured to return the URL encoded partition
> name.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)