[ https://issues.apache.org/jira/browse/HIVE-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042199#comment-14042199 ]
Brock Noland commented on HIVE-7229: ------------------------------------ "The patch does not appear to apply with p0, p1, or p2" > 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)