[SPARK-47752][PS][CONNECT] Make pyspark.pandas compatible with pyspark-connect#45915
Closed
HyukjinKwon wants to merge 1 commit into
Closed
[SPARK-47752][PS][CONNECT] Make pyspark.pandas compatible with pyspark-connect#45915HyukjinKwon wants to merge 1 commit into
HyukjinKwon wants to merge 1 commit into
Conversation
Member
Author
itholic
approved these changes
Apr 7, 2024
Contributor
|
LGTM when CI pass |
zhengruifeng
approved these changes
Apr 7, 2024
zhengruifeng
reviewed
Apr 7, 2024
| from pandas.core.base import PandasObject | ||
| from pandas.core.dtypes.inference import is_integer | ||
|
|
||
| from pyspark.ml.feature import Bucketizer |
Contributor
There was a problem hiding this comment.
those plotting functions are actually not support in spark connect, since the underlying functions are built atop classic mllib.
we'd reimpl them to support connect. cc @xinrong-meng
Member
Author
|
Merged to master. |
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
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.
What changes were proposed in this pull request?
This PR proposes to make
pyspark.pandascompatible withpyspark-connect.Why are the changes needed?
In order for
pyspark-connectto work without classic PySpark packages and dependencies.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Yes, at #45870. Once CI is setup there, it will be tested there properly.
Was this patch authored or co-authored using generative AI tooling?
No.