[
https://issues.apache.org/jira/browse/HIVE-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041732#comment-14041732
]
KangHS commented on HIVE-7229:
------------------------------
I do re-patch after check/rebase. Thanks for your advice.
> String is compared using equal in HiveMetaStore#HMSHandler#init()
> -----------------------------------------------------------------
>
> Key: HIVE-7229
> URL: https://issues.apache.org/jira/browse/HIVE-7229
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Attachments: HIVE-7229.1.patch, HIVE-7229.patch
>
>
> Around line 423:
> {code}
> if (partitionValidationRegex != null && partitionValidationRegex != "")
> {
> partitionValidationPattern =
> Pattern.compile(partitionValidationRegex);
> {code}
> partitionValidationRegex.isEmpty() can be used instead.
--
This message was sent by Atlassian JIRA
(v6.2#6252)