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-52172] Add checkpoint and localCheckpoint for DataFrame
### What changes were proposed in this pull request?
This PR aims to add `checkpoint` and `localCheckpoint` APIs to `DataFrame`.
### Why are the changes needed?
For feature parity.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs. I manually checked the UI.
### Was this patch authored or co-authored using generative AI tooling?
Pass the CIs.
Closes#157 from dongjoon-hyun/SPARK-52172.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments