Skip to content

Commit 1ea0247

Browse files
committed
Add since tag
1 parent 97f6b92 commit 1ea0247

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ class SparkSession private(
7979

8080
sparkContext.assertNotStopped()
8181

82-
/** The version of Spark on which this application is running. */
82+
/**
83+
* The version of Spark on which this application is running.
84+
*
85+
* @since 2.0.0
86+
*/
8387
def version: String = SPARK_VERSION
8488

8589
/* ----------------------- *

0 commit comments

Comments
 (0)