Skip to content
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

[SPARK-50001][PYTHON][PS][CONNECT] Adjust "precision" to be part of kwargs for box plots #48513

Closed
wants to merge 5 commits into from

Conversation

xinrong-meng
Copy link
Member

What changes were proposed in this pull request?

Adjust "precision" to be kwargs for box plots in both Pandas on Spark and PySpark.

Why are the changes needed?

Per discussion here (#48445 (comment)), precision is Spark-specific implementation detail, so we wanted to keep “precision” as part of kwargs for box plots.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing tests.

Was this patch authored or co-authored using generative AI tooling?

No.

@zhengruifeng
Copy link
Contributor

@xinrong-meng please rebase to enable a recent test image refactor

@xinrong-meng
Copy link
Member Author

Rebased, thank you!

@xinrong-meng
Copy link
Member Author

Merged to master, thank you!

ericm-db pushed a commit to ericm-db/spark that referenced this pull request Oct 22, 2024
…wargs for box plots

### What changes were proposed in this pull request?
Adjust "precision" to be kwargs for box plots in both Pandas on Spark and PySpark.

### Why are the changes needed?
Per discussion here (apache#48445 (comment)), precision is Spark-specific implementation detail, so we wanted to keep “precision” as part of kwargs for box plots.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Existing tests.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#48513 from xinrong-meng/precision.

Authored-by: Xinrong Meng <xinrong@apache.org>
Signed-off-by: Xinrong Meng <xinrong@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants