[ https://issues.apache.org/jira/browse/HIVE-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
KangHS updated HIVE-7229: ------------------------- Attachment: HIVE-7229.patch The String compare opertation Change > 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.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)