Github user ChinmaySKulkarni commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/423#discussion_r245391676
--- Diff:
phoenix-spark/src/it/scala/org/apache/phoenix/spark/AbstractPhoenixSparkIT.scala
---
@@ -50,7 +51,7 @@ class AbstractPhoenixSparkIT extends FunSuite with
Matchers with BeforeAndAfter
final val TenantId = "theTenant"
var conn: Connection = _
- var sc: SparkContext = _
+ var spark: SparkSession = _
--- End diff --
@twdsilva What is the difference between SparkContext and SparkSession?
---