We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f6b92 commit 1ea0247Copy full SHA for 1ea0247
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
@@ -79,7 +79,11 @@ class SparkSession private(
79
80
sparkContext.assertNotStopped()
81
82
- /** The version of Spark on which this application is running. */
+ /**
83
+ * The version of Spark on which this application is running.
84
+ *
85
+ * @since 2.0.0
86
+ */
87
def version: String = SPARK_VERSION
88
89
/* ----------------------- *
0 commit comments