[ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szehon Ho updated HIVE-8594: ---------------------------- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Committed to trunk, thanks Ted for contribution! > 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 > Fix For: 0.15.0 > > 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)