-
Notifications
You must be signed in to change notification settings - Fork 327
Prep 1.0.0 release #723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Prep 1.0.0 release #723
Changes from 9 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fcf3236
initial commit
suhsteve c208b23
update versions
suhsteve ee2c7ec
update
suhsteve 8081c04
PR comments
suhsteve 0028a93
Merge branch 'master' into release_notes_1.0.0
suhsteve cbc78e1
add hyperspace delta table
suhsteve 7cc108e
Merge branch 'master' into release_notes_1.0.0
suhsteve 93316fc
PR comments
suhsteve 3b61967
update
suhsteve 14f0df5
PR comments
suhsteve e306d28
Merge branch 'master' into release_notes_1.0.0
suhsteve e049da1
address PR comments
imback82 e685736
reorder some
imback82 c20fe3f
Update docs/release-notes/1.0.0/release-1.0.0.md
imback82 aee8fe4
Update docs/release-notes/1.0.0/release-1.0.0.md
imback82 de3d857
PR comments
suhsteve b40cbb4
Merge branch 'master' into release_notes_1.0.0
imback82 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
# .NET for Apache Spark 1.0.0 Release Notes | ||
|
||
### New Features/Improvements | ||
suhsteve marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* DataFrame API Completeness for Spark 2.4.x ([#621](https://github.com/dotnet/spark/pull/621))([#598](https://github.com/dotnet/spark/pull/598))([#623](https://github.com/dotnet/spark/pull/623))([#635](https://github.com/dotnet/spark/pull/635))([#642](https://github.com/dotnet/spark/pull/642))([#665](https://github.com/dotnet/spark/pull/665))([#698](https://github.com/dotnet/spark/pull/698)) | ||
* DataFrame API Completeness for Spark 3.0.x ([#633](https://github.com/dotnet/spark/pull/633))([#647](https://github.com/dotnet/spark/pull/647))([#649](https://github.com/dotnet/spark/pull/649))([#655](https://github.com/dotnet/spark/pull/655))([#677](https://github.com/dotnet/spark/pull/677))([#688](https://github.com/dotnet/spark/pull/688)) | ||
* Expose more `Microsoft.Spark.ML.Feature` classes ([#574](https://github.com/dotnet/spark/pull/574))([#586](https://github.com/dotnet/spark/pull/586))([#608](https://github.com/dotnet/spark/pull/608))([#652](https://github.com/dotnet/spark/pull/652))([#703](https://github.com/dotnet/spark/pull/703)) | ||
* Override `Microsoft.Spark.Sql.Column.ToString()` to call Java's `toString()` ([#624](https://github.com/dotnet/spark/pull/624)) | ||
* Refactor `Microsoft.Spark.Sql.ArrowArrayHelpers` ([#636](https://github.com/dotnet/spark/pull/636))([#646](https://github.com/dotnet/spark/pull/646)) | ||
* Ensure all calls from a given thread in the CLR is always executed in the same thread in the JVM ([#641](https://github.com/dotnet/spark/pull/641)) | ||
* Support `Microsoft.Spark.Sql.Types.ArrayType` and `Microsoft.Spark.Sql.Types.MapType` ([#670](https://github.com/dotnet/spark/pull/670))([#689](https://github.com/dotnet/spark/pull/689)) | ||
* Expose `Microsoft.Spark.Sql.Streaming.StreamingQueryManager` ([#670](https://github.com/dotnet/spark/pull/670))([#690](https://github.com/dotnet/spark/pull/690)) | ||
* Update to `Microsoft.Dotnet.Interactive` 1.0.0-beta.20480.3 in `Microsoft.Spark.Extensions.DotNet.Interactive` ([#694](https://github.com/dotnet/spark/pull/694)) | ||
* Broadcast encryption support ([#489](https://github.com/dotnet/spark/pull/489)) | ||
* Support for Delta Lake 0.7.0 ([#692](https://github.com/dotnet/spark/pull/692))([#727](https://github.com/dotnet/spark/pull/727)) | ||
* Helper method that returns a `DataFrame` containing the `Microsoft.Spark` and `Microsoft.Spark.Worker` assembly version info. ([#715](https://github.com/dotnet/spark/pull/715) | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Update version check logic on the `Microsoft.Spark.Worker`. ([#718](https://github.com/dotnet/spark/pull/718) | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Bug Fixes | ||
|
||
* Fix concurrent reading of broadcast variable file during deserialization ([612](https://github.com/dotnet/spark/pull/612)) | ||
* Return UTF-8 encoded string from JVM => CLR ([661](https://github.com/dotnet/spark/pull/661)) | ||
* Add JVM CallbackClient connection back to connection pool ([681](https://github.com/dotnet/spark/pull/681)) | ||
* JvmBridge/Netty blocking connection deadlock mitigation ([714](https://github.com/dotnet/spark/pull/714)) | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Infrastructure / Documentation / Etc. | ||
|
||
* Update Delta Lake tests against Delta Lake 0.6.1 and Delta Lake 0.7.0/Spark 3.0 ([#588](https://github.com/dotnet/spark/pull/588))([#692](https://github.com/dotnet/spark/pull/692)) | ||
* Add more `DataFrame` examples ([#599](https://github.com/dotnet/spark/pull/599)) | ||
* Update ubuntu instructions by prepending current directory in sample command ([#603](https://github.com/dotnet/spark/pull/603)) | ||
* [Delta Lake](https://github.com/delta-io/delta) version annotations to `Microsoft.Spark.Extensions.Delta` ([#632](https://github.com/dotnet/spark/pull/632)) | ||
* [Hyperspace](https://github.com/microsoft/hyperspace) version annotations to `Microsoft.Spark.Extensions.Hyperspace` ([#696](https://github.com/dotnet/spark/pull/696)) | ||
* Refactor unit tests ([#638](https://github.com/dotnet/spark/pull/638)) | ||
* Add `SimpleWorkerTests` ([#644](https://github.com/dotnet/spark/pull/644)) | ||
* Update to `Arrow` 0.15.1 ([#653](https://github.com/dotnet/spark/pull/653)) | ||
* Remove `Microsoft.Spark.Extensions.Azure.Synapse.Analytics` from repo ([#687](https://github.com/dotnet/spark/pull/687)) | ||
* Move `Microsoft.Spark.Experimental` to `Microsoft.Spark` ([#691](https://github.com/dotnet/spark/pull/691)) | ||
* Fix `DaemonWorkerTests.TestsDaemonWorkerTaskRunners` and `CallbackTests.TestCallbackServer` tests ([#699](https://github.com/dotnet/spark/pull/699)) | ||
* Improve build pipeline ([#348](https://github.com/dotnet/spark/pull/348))([#667](https://github.com/dotnet/spark/pull/667))([#692](https://github.com/dotnet/spark/pull/692))([#697](https://github.com/dotnet/spark/pull/697))([#705](https://github.com/dotnet/spark/pull/705))([#717](https://github.com/dotnet/spark/pull/717))([#719](https://github.com/dotnet/spark/pull/719))([#720](https://github.com/dotnet/spark/pull/720))([#724](https://github.com/dotnet/spark/pull/724)) | ||
* `microsoft-spark` jar renamed. ([#293](https://github.com/dotnet/spark/pull/293))([#728](https://github.com/dotnet/spark/pull/728))([#729](https://github.com/dotnet/spark/pull/729)) | ||
|
||
|
||
### Breaking Changes | ||
|
||
* Prior versions (`version` < `1.0`) of `Microsoft.Spark` and `Microsoft.Spark.Worker` are no longer compatible with `1.0`. If you are planning to upgrade to `1.0`, please check the [migration guide](../../migration-guide.md). | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Known Issues | ||
|
||
* Broadcast variables do not work with [dotnet-interactive](https://github.com/dotnet/interactive) ([#561](https://github.com/dotnet/spark/pull/561)) | ||
suhsteve marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* UDFs defined using class objects with closures does not work with [dotnet-interactive](https://github.com/dotnet/interactive) ([#619](https://github.com/dotnet/spark/pull/619)) | ||
* GroupedMap `not` supported on Spark 3.0.0 ([#654](https://github.com/dotnet/spark/issues/654)) | ||
suhsteve marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: But do we want to make the word not bold instead of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. just reworded to "does not work" (similar to others) |
||
|
||
### Supported Spark Versions | ||
|
||
The following table outlines the supported Spark versions along with the microsoft-spark JAR to use with: | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Spark Version</th> | ||
<th>microsoft-spark JAR</th> | ||
</tr> | ||
</thead> | ||
<tbody align="center"> | ||
<tr> | ||
<td>2.3.*</td> | ||
<td>microsoft-spark-2-3_2.11-1.0.0.jar</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.0</td> | ||
<td rowspan=7>microsoft-spark-2-4_2.11-1.0.0.jar</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.1</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.3</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.4</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.5</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.6</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.7</td> | ||
</tr> | ||
<tr> | ||
<td>2.4.2</td> | ||
<td><a href="https://github.com/dotnet/spark/issues/60">Not supported</a></td> | ||
</tr> | ||
<tr> | ||
<td>3.0.0</td> | ||
<td rowspan=2>microsoft-spark-3-0_2.12-1.0.0.jar</td> | ||
</tr> | ||
<tr> | ||
<td>3.0.1</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### Supported Delta Versions | ||
|
||
The following table outlines the supported Delta versions along with the Microsoft.Spark.Extensions to use with: | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Delta Version</th> | ||
<th>Microsoft.Spark.Extensions.Delta</th> | ||
</tr> | ||
</thead> | ||
<tbody align="center"> | ||
<tr> | ||
<td>0.1.0</td> | ||
<td rowspan=8>1.0.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.2.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.3.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.4.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.5.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.6.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.6.1</td> | ||
</tr> | ||
<tr> | ||
<td>0.7.0</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### Supported Hyperspace Versions | ||
|
||
The following table outlines the supported Hyperspace versions along with the Microsoft.Spark.Extensions to use with: | ||
imback82 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Hyperspace Version</th> | ||
<th>Microsoft.Spark.Extensions.Hyperspace</th> | ||
</tr> | ||
</thead> | ||
<tbody align="center"> | ||
<tr> | ||
<td>0.1.0</td> | ||
<td rowspan=2>1.0.0</td> | ||
</tr> | ||
<tr> | ||
<td>0.2.0</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.