[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218991#comment-14218991 ]
Szehon Ho commented on HIVE-8594: --------------------------------- +1, please name it HIVE-8594.patch to trigger the HiveQA > 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 > Assignee: Ted Yu > Priority: Minor > Attachments: hive-8594.txt > > > {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)