koert kuipers created SPARK-15097:
-------------------------------------
Summary: 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]