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

Support merge manifests on writes (MergeAppend) #363

Merged
merged 22 commits into from
Jul 10, 2024

Commits on Jun 3, 2024

  1. add ListPacker + tests

    HonahX committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6803eba View commit details
    Browse the repository at this point in the history
  2. add merge append

    HonahX committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f0fc260 View commit details
    Browse the repository at this point in the history
  3. add merge_append

    HonahX committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cbb8cec View commit details
    Browse the repository at this point in the history
  4. fix snapshot inheritance

    HonahX committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bf63c03 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9dd69af View commit details
    Browse the repository at this point in the history
  2. add doc

    HonahX committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4921a7f View commit details
    Browse the repository at this point in the history
  3. fix lint

    HonahX committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    984ca41 View commit details
    Browse the repository at this point in the history
  4. change test name

    HonahX committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8510f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    1ec5edd View commit details
    Browse the repository at this point in the history
  2. address review comments

    HonahX committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a7da318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4feda5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    123f5d3 View commit details
    Browse the repository at this point in the history
  2. fix a serious bug

    HonahX committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9777e9b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3393757 View commit details
    Browse the repository at this point in the history
  2. update the doc

    HonahX committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    66dddbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aff1bea View commit details
    Browse the repository at this point in the history
  4. make default to false

    HonahX committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7625857 View commit details
    Browse the repository at this point in the history
  5. add test description

    HonahX committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3e3a1b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge branch 'main' into manifest_compaction

    # Conflicts:
    #	pyiceberg/table/__init__.py
    #	tests/integration/test_writes/test_writes.py
    HonahX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    914d6ef View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    HonahX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    71a5fe0 View commit details
    Browse the repository at this point in the history
  3. fix snapshot_id issue

    HonahX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c7e4095 View commit details
    Browse the repository at this point in the history