-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25321][ML] Revert SPARK-14681 to avoid API breaking change #22618
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
Conversation
## What changes were proposed in this pull request? Revert SPARK-14681 to avoid API breaking change. PR [SPARK-14681] will break mleap. ## How was this patch tested? N/A Closes apache#22492 from WeichenXu123/revert_tree_change. Authored-by: WeichenXu <[email protected]> Signed-off-by: Xiangrui Meng <[email protected]>
|
Test build #96874 has finished for PR 22618 at commit
|
|
LGTM. Thanks! |
|
Retest this please. |
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.
+1, LGTM.
I also confirm that this is a clean cherry-pick from branch-2.4 to master.
For the discussion on backport, please see #22492 .
|
Test build #97061 has finished for PR 22618 at commit
|
|
Retest this please. |
|
Test build #97070 has finished for PR 22618 at commit
|
|
Merged to master. |
## What changes were proposed in this pull request? This is the same as apache#22492 but for master branch. Revert SPARK-14681 to avoid API breaking changes. cc: WeichenXu123 ## How was this patch tested? Existing unit tests. Closes apache#22618 from mengxr/SPARK-25321.master. Authored-by: WeichenXu <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This is the same as #22492 but for master branch. Revert SPARK-14681 to avoid API breaking changes.
cc: @WeichenXu123
How was this patch tested?
Existing unit tests.