[ 
https://issues.apache.org/jira/browse/SPARK-15037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265472#comment-15265472
 ] 

Dongjoon Hyun commented on SPARK-15037:
---------------------------------------

I'll add the following constructor to `SparkSession` and proceed SPARK-15031 
first.
{code}
  def this(sparkContext: JavaSparkContext) = this(sparkContext.sc)
{code}

> Use SparkSession instread of SQLContext in testsuites
> -----------------------------------------------------
>
>                 Key: SPARK-15037
>                 URL: https://issues.apache.org/jira/browse/SPARK-15037
>             Project: Spark
>          Issue Type: Test
>            Reporter: Dongjoon Hyun
>
> This issue aims to update the existing testsuites to use `SparkSession` 
> instread of `SQLContext` since `SQLContext` exists just for backward 
> compatibility.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to