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

fix: jsonwriter should checkpoint by default #2993

Merged

Commits on Nov 13, 2024

  1. fix: jsonwriter should checkpoint by default

    This is a fix aimed to enable jsonwriter to checkpoint in accordance
    with delta.checkpointInterval.  It changes the default commitbuilder to
    set a post_commit_hook so that checkpointing will be done by default.
    Potentially we could also expose CommitProperties as an argument to
    flush_and_commit, but that would require a change to the function
    signature and would be a breaking change.
    
    Signed-off-by: Justin Jossick <[email protected]>
    jusjosj committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a06622a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    db3ce41 View commit details
    Browse the repository at this point in the history