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

Apache Spark commented on SPARK-15097:
--------------------------------------

User 'koertkuipers' has created a pull request for this issue:
https://github.com/apache/spark/pull/12877

> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to