Skip to content
Snippets Groups Projects
Unverified Commit ded5fefb authored by Sean Owen's avatar Sean Owen
Browse files

[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 <sowen@cloudera.com>

Closes #15938 from srowen/SPARK-18448.2.
parent 8b1e1088
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ class SparkSession private(
/**
* Synonym for `stop()`.
*
* @since 2.2.0
* @since 2.1.0
*/
override def close(): Unit = stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment