dongjoon-hyun commented on a change in pull request #23352: 
[SPARK-26409][SQL][TESTS] SQLConf should be serializable in test sessions
URL: https://github.com/apache/spark/pull/23352#discussion_r243065214
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/SerializationSuite.scala
 ##########
 @@ -27,4 +27,9 @@ class SerializationSuite extends SparkFunSuite with 
SharedSQLContext {
     val spark = SparkSession.builder.getOrCreate()
     new JavaSerializer(new 
SparkConf()).newInstance().serialize(spark.sqlContext)
   }
+
+  test("[SPARK-26409] SQLConf should be serializable") {
 
 Review comment:
   `[SPARK-26409]` -> `SPARK-26409`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to