[
https://issues.apache.org/jira/browse/HIVE-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476821#comment-13476821
]
Ashutosh Chauhan commented on HIVE-3152:
----------------------------------------
In ListenerEvent.java
{code}
- public ListenerEvent(boolean status, HMSHandler handler) {
+ public ListenerEvent(boolean status) {
{code}
This is backward incompatible change. In particular, this will break HCatalog.
Please hold off for commit.
> Disallow certain character patterns in partition names
> ------------------------------------------------------
>
> Key: HIVE-3152
> URL: https://issues.apache.org/jira/browse/HIVE-3152
> Project: Hive
> Issue Type: New Feature
> Components: Metastore
> Reporter: Andrew Poland
> Assignee: Ivan Gorbachev
> Priority: Minor
> Labels: api-addition, configuration-addition
> Attachments: jira-3152.0.patch
>
>
> New event listener to allow metastore to reject a partition name if it
> contains undesired character patterns such as unicode and commas.
> Match pattern is implemented as a regular expression
> Modifies append_partition to call a new MetaStorePreventListener
> implementation, PreAppendPartitionEvent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira