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

API: Support removeUnusedSpecs in ExpireSnapshots #10755

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. API: Add function for removing unused specs from metadata.json

    Previously there was no way to remove partition specs from a table once they were
    added. To fix this we add an api which searches through all reachable manifest
    files and records their specsIds. Any specIds which do not find are marked for
    removal which is done through a serializable commit.
    RussellSpitzer authored and advancedxy committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a75c4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3544c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 1, 2024

  1. Merge pull request #1 from amogh-jahagirdar/remove-specs-as-part-of-e…

    …xpiration
    
    Remove specs as part of expiration
    advancedxy authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1527c81 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. refine

    advancedxy committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5b21438 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. address comments

    advancedxy committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5ee0f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. address comments

    advancedxy committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0cd6e51 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. address comments

    advancedxy committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a4635e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. address comments

    advancedxy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c02354e View commit details
    Browse the repository at this point in the history