-
Notifications
You must be signed in to change notification settings - Fork 203
feat: implement DataFrame.checkpoint and DataFrame.localCheckpoint
#1882
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
Closed
Copilot
wants to merge
22
commits into
main
from
copilot/implement-dataframe-checkpoint-localcheckpoint
Closed
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
035ad9a
feat: implement DataFrame.checkpoint and DataFrame.localCheckpoint
Copilot 0ad35c2
test: clarify null preservation assertions; doc cached_relations
Copilot 262e7f7
fix: preserve duplicate columns in checkpointed relations
Copilot b4fa7b4
Potential fix for pull request finding
shehabgamin 0fecd12
Potential fix for pull request finding
shehabgamin 5148efd
fix: checkpoint storage parity and formatting
Copilot 3b1bdc6
fix: create checkpoint storage directory
Copilot 6246edc
fix: clean up checkpoint storage
Copilot 8f80818
docs: clarify checkpoint storage lifecycle
Copilot 72e3002
fix: clean up checkpoint storage on session drop
Copilot 43ad663
fix: default local checkpoint to disk storage to avoid OOM
Copilot 0fb4ff5
fix: handle empty DataFrame in disk checkpoint materialization
Copilot 1b69b96
fix: improve error handling for checkpoint path existence check
Copilot f5341da
fix: skip checkpoint doctests for PySpark 3.5.x and handle empty Data…
Copilot b3b58c0
refactor: address checkpoint review feedback (runner, config, eager s…
Copilot 241c8e3
refactor: stream checkpoint output directly to parquet and clarify ch…
Copilot ac15f6b
feat: support object-store checkpoint locations
Copilot b5831b7
Apply suggestions from code review
shehabgamin d1e4dc7
fix: address checkpoint review follow-ups
Copilot aa44e2b
Potential fix for pull request finding
shehabgamin f771809
fix: remove local checkpoint directories
Copilot 70332d8
refactor checkpoint cleanup follow-ups
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.