You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/11/01 19:23:34 UTC

[jira] [Updated] (HIVE-8594) Wrong condition in SettableConfigUpdater#setHiveConfWhiteList()

     [ https://issues.apache.org/jira/browse/HIVE-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HIVE-8594:
-------------------------
    Status: Patch Available  (was: Open)

> 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)