You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/05/08 09:03:04 UTC

[jira] [Assigned] (SPARK-20519) When the input parameter is null, may be a runtime exception occurs

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

Sean Owen reassigned SPARK-20519:
---------------------------------

    Assignee: liuxian

> When the input parameter is null,  may be a runtime exception occurs
> --------------------------------------------------------------------
>
>                 Key: SPARK-20519
>                 URL: https://issues.apache.org/jira/browse/SPARK-20519
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, SQL
>    Affects Versions: 2.1.0
>            Reporter: liuxian
>            Assignee: liuxian
>            Priority: Trivial
>
> sqlContext.tables(null)
> setCustomHostname(null)
> checkHost(null, "test")
> checkHostPort(null, "test")
> throws exception at runtime:
> java.lang.NullPointerException was thrown.
> java.lang.NullPointerException
> 	at org.apache.spark.sql.catalyst.catalog.SessionCatalog.formatDatabaseName(SessionCatalog.scala:125)
> 	at org.apache.spark.sql.catalyst.catalog.SessionCatalog.listTables(SessionCatalog.scala:715)
> 	at org.apache.spark.sql.catalyst.catalog.SessionCatalog.listTables(SessionCatalog.scala:706)
> 	at org.apache.spark.sql.execution.command.ShowTablesCommand$$anonfun$11.apply(tables.scala:655)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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