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

Andrew Or resolved SPARK-15097.
-------------------------------
          Resolution: Fixed
            Assignee: Koert Kuipers
       Fix Version/s: 2.0.0
    Target Version/s: 2.0.0

> Import fails for someDataset.sqlContext.implicits._
> ---------------------------------------------------
>
>                 Key: SPARK-15097
>                 URL: https://issues.apache.org/jira/browse/SPARK-15097
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>         Environment: spark-2.0.0-SNAPSHOT
>            Reporter: koert kuipers
>            Assignee: Koert Kuipers
>             Fix For: 2.0.0
>
>
> with the introduction of SparkSession SQLContext changed from being a lazy 
> val to a def inside Dataset. however this is troublesome if you want to do:
> import someDataset.sqlContext.implicits._
> you get this error:
> stable identifier required, but someDataset.sqlContext.implicits found.



--
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