You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2019/04/29 18:41:00 UTC

[jira] [Created] (SPARK-27597) RuntimeConfig should be serializable

Nick Dimiduk created SPARK-27597:
------------------------------------

             Summary: RuntimeConfig should be serializable
                 Key: SPARK-27597
                 URL: https://issues.apache.org/jira/browse/SPARK-27597
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.1
            Reporter: Nick Dimiduk


When implementing a UDF or similar, it's quite surprising to see that the {{SparkSession}} is {{Serializable}} but {{RuntimeConf}} is not. When modeling UDFs in an object-oriented way, this leads to quite a surprise, an ugly NPE from the {{call}} site.
{noformat}
Caused by: java.lang.NullPointerException
at org.apache.spark.sql.SparkSession.sessionState$lzycompute(SparkSession.scala:143)
at org.apache.spark.sql.SparkSession.sessionState(SparkSession.scala:141)
at org.apache.spark.sql.SparkSession.conf$lzycompute(SparkSession.scala:170)
at org.apache.spark.sql.SparkSession.conf(SparkSession.scala:170)
...{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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