Ted Yu created HIVE-8594:
----------------------------
Summary: Wrong condition in
SettableConfigUpdater#setHiveConfWhiteList()
Key: HIVE-8594
URL: https://issues.apache.org/jira/browse/HIVE-8594
Project: Hive
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
{code}
if(whiteListParamsStr == null && whiteListParamsStr.trim().isEmpty()) {
{code}
If whiteListParamsStr is null, the call to trim() would result in NPE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
