-
Notifications
You must be signed in to change notification settings - Fork 319
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
Prep 0.11.0 release #507
Merged
Merged
Prep 0.11.0 release #507
Conversation
This file contains 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
Can you include #508 as well? |
@imback82 Added a table for incompatible features and oldest compatible version, please let me know if that looks ok, thanks. |
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
reviewed
May 6, 2020
imback82
approved these changes
May 7, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @Niharikadutta!
We should list mitigations for any breaking changes, as well as whether the old behavior is still available, although deprecated.
From: Terry Kim <notifications@github.com>
Sent: Wednesday, May 6, 2020 12:40 PM
To: dotnet/spark <spark@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [dotnet/spark] Prep 0.11.0 release (#507)
@imback82 commented on this pull request.
________________________________
In docs/release-notes/0.11/release-0.11.md<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdotnet%2Fspark%2Fpull%2F507%23discussion_r421044994&data=02%7C01%7Cmrys%40microsoft.com%7Ce9fabeafb53242f7553108d7f1f5534e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637243908278207951&sdata=5AlzWhjwF0kV7Tm482cPUzss2shjkPYtB6tXo5GFdco%3D&reserved=0>:
+
+### New Features and Improvements
+
+* Ability to pass and return corefxlab DataFrames to UDF APIs ([#277](#277))
+* Supporting ML TF-IDF (Term frequency-inverse document frequency) feature vectorization method ([#394](#394))
+* Support for TimestampType in `DataFrame.Collect()`, `CreateDataFrame` and UDFs ([#428](#428))
+* Support for Broadcast Variables ([#414](#414))
+* Implement ML feature Word2Vec ([#491](#491))
+* Streamline logging when there is a failure ([#439](#439))
+
+
+### Breaking Changes
+
+* SparkSession.Catalog call changed from a method to a property ([#508](#508))
+
+<table>
I would create a "Compatibility" section (similar to "Breaking Changes" section), move it there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdotnet%2Fspark%2Fpull%2F507%23pullrequestreview-406929489&data=02%7C01%7Cmrys%40microsoft.com%7Ce9fabeafb53242f7553108d7f1f5534e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637243908278207951&sdata=2o8KVrZ7dFaf715N3XcB0oG8EJQuMM7EdOospC%2BdFdU%3D&reserved=0>, or unsubscribe<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACZXGJABMS2FHGEPWIOJTHTRQG4KTANCNFSM4M2UQD5Q&data=02%7C01%7Cmrys%40microsoft.com%7Ce9fabeafb53242f7553108d7f1f5534e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637243908278217954&sdata=E3oCHwx4eFKPrLfBQrEFQUoH%2BRTmHGRCGQOWtjUoX5g%3D&reserved=0>.
|
@MikeRys yes, I will update with a migration guide. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR prepares the v0.11.0 release.