with the introduction of SparkSession SQLContext changed from being a lazy
val to a def.
however this is troublesome if you want to do:

import someDataset.sqlContext.implicits._

because it is no longer a stable identifier, i think? i get:
stable identifier required, but someDataset.sqlContext.implicits found.

anyone else seen this?

Reply via email to