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

refactor: introduce LogStore trait #1706

Closed
wants to merge 7 commits into from

Commits on Oct 7, 2023

  1. refactor: introduce LogStore trait

    This trait is supposed to serve as the entry point to read and write
    commits in the Delta log.
    dispanser committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2f475e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    b54c716 View commit details
    Browse the repository at this point in the history
  2. Remove overwrite flag for write

    As discussed in the PR, it's not clear what this would be useful for.
    dispanser committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7922491 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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