spark git commit: [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentation

2016-05-09 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 65b4ab281 -> e083db2e9 [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentation `Encoder`'s doc mentions `sqlContext.implicits._`. We should use `sparkSession.implicits._` instead now. Only doc update. Author: Lia

spark git commit: [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentation

2016-05-09 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-2.0 1b4e99ff1 -> 8f0ed2891 [SPARK-15225][SQL] Replace SQLContext with SparkSession in Encoder documentation `Encoder`'s doc mentions `sqlContext.implicits._`. We should use `sparkSession.implicits._` instead now. Only doc update. Author: