You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/11/19 13:49:02 UTC

spark git commit: [SPARK-18448][CORE] Fix @since 2.1.0 on new SparkSession.close() method

Repository: spark
Updated Branches:
  refs/heads/master 8b1e1088e -> ded5fefb6


[SPARK-18448][CORE] Fix @since 2.1.0 on new SparkSession.close() method

## What changes were proposed in this pull request?

Fix since 2.1.0 on new SparkSession.close() method. I goofed in https://github.com/apache/spark/pull/15932 because it was back-ported to 2.1 instead of just master as originally planned.

Author: Sean Owen <so...@cloudera.com>

Closes #15938 from srowen/SPARK-18448.2.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ded5fefb
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ded5fefb
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ded5fefb

Branch: refs/heads/master
Commit: ded5fefb6f5c0a97bf3d7fa1c0494dc434b6ee40
Parents: 8b1e108
Author: Sean Owen <so...@cloudera.com>
Authored: Sat Nov 19 13:48:56 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Nov 19 13:48:56 2016 +0000

----------------------------------------------------------------------
 sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ded5fefb/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala b/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
index e09e3ca..71b1880 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
@@ -652,7 +652,7 @@ class SparkSession private(
   /**
    * Synonym for `stop()`.
    *
-   * @since 2.2.0
+   * @since 2.1.0
    */
   override def close(): Unit = stop()
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org