[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szehon Ho updated HIVE-8594: ---------------------------- Attachment: HIVE-8594.patch I mean it has to end in 'patch' for HiveQA to know its a patch :) > 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.patch, HIVE-8594.txt, 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)