You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-49532][DOCS][PS] Improve documentation of "plotting.sample_ratio" option
### What changes were proposed in this pull request?
The current documentation incorrectly suggests that "plotting.sample_ratio" **defaults** to "plotting.max_rows". In reality, if "plotting.sample_ratio" is not explicitly set, it is **derived** based on the ratio of "plotting.max_rows" to the dataset size.
### Why are the changes needed?
To avoid misunderstandings about how these options interact.
### Does this PR introduce _any_ user-facing change?
Doc change only.
### How was this patch tested?
Existing tests.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#48013 from xinrong-meng/doc_impr.
Authored-by: Xinrong Meng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments