You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2017/08/06 06:07:00 UTC

[jira] [Assigned] (SPARK-21588) SQLContext.getConf(key, null) should return null, but it throws NPE

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

Xiao Li reassigned SPARK-21588:
-------------------------------

    Assignee: Vinod KC

> SQLContext.getConf(key, null) should return null, but it throws NPE
> -------------------------------------------------------------------
>
>                 Key: SPARK-21588
>                 URL: https://issues.apache.org/jira/browse/SPARK-21588
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Burak Yavuz
>            Assignee: Vinod KC
>            Priority: Minor
>             Fix For: 2.1.2, 2.2.1, 2.3.0
>
>
> SQLContext.get(key) for a key that is not defined in the conf, and doesn't have a default value defined, throws a NoSuchElementException. In order to avoid that, I used a null as the default value, which threw a NPE instead. If it is null, it shouldn't try to parse the default value in `getConfString`



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org