Skip to content

Commit ed8d207

Browse files
authored
Update release-0.7.md
1 parent b2e00b0 commit ed8d207

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/release-notes/0.7/release-0.7.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
* `Functions.CurrentRow()`
1414

1515
### Breaking Changes
16-
* None
16+
* The following APIs have been removed due to the thread-local variable dependency (see [#332](https://github.com/dotnet/spark/pull/332) and [#333](https://github.com/dotnet/spark/issues/333) for more detail):
17+
* `SparkSession.ClearActiveSession()`
18+
* `SparkSession.GetActiveSession()`
19+
* `SparkSession.SetActiveSession()`
1720

1821
### Supported Spark Versions
1922

0 commit comments

Comments
 (0)