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: add handling for unmanaged files to vacuum command #1817

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1dc65b3
Add handling for unmanaged files to vacuum command
Jan-Schweizer Nov 7, 2023
e59bb34
collapse nested if block
Jan-Schweizer Nov 7, 2023
90b7741
chore: upgrade to the latest dynamodb-lock crate
rtyler Nov 7, 2023
809f645
feat: default logstore implementation (#1742)
dispanser Nov 9, 2023
8e64a0d
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Nov 9, 2023
7559c24
fix: use correct folder for auto assigned labels
roeap Nov 8, 2023
da6e438
fix: run integration tests in CI
roeap Nov 9, 2023
140f949
Update README.md
dennyglee Nov 9, 2023
a327fa8
Correctly handle hidden files in _change_data and _delta_index & dele…
Jan-Schweizer Nov 11, 2023
b40f276
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Nov 11, 2023
a358f06
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Nov 15, 2023
752773a
Fix paths for managed files
Jan-Schweizer Nov 15, 2023
dc74dcc
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Nov 29, 2023
96a5e0a
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
rtyler Nov 30, 2023
5ea77fd
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
ion-elgreco Nov 30, 2023
48b4e3c
docs: fix all examples and change overall structure (#1931)
ion-elgreco Dec 1, 2023
f90b48c
fix: prune each merge bin with only 1 file (#1902)
haruband Dec 2, 2023
d518f40
chore: update python version (#1934)
wjones127 Dec 2, 2023
2733f3d
Support os.PathLike for table references
bolkedebruin Nov 6, 2023
f4b9e91
add type param
wjones127 Dec 2, 2023
83f2f99
fix: get rid of panic in during table (#1928)
Dec 2, 2023
b946d07
Happify linter
Jan-Schweizer Dec 2, 2023
d4642bf
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Dec 2, 2023
04e3811
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
Jan-Schweizer Dec 14, 2023
27c2b53
Merge branch 'main' into fix/handle-unmanaged-files-in-vacuum-command
ion-elgreco Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: use correct folder for auto assigned labels
roeap authored and Jan-Schweizer committed Nov 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7559c2460055b7292bad2ec01d8071bb1f410d4f
26 changes: 12 additions & 14 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
rust:
- delta-inspect/**/*
- proofs/**/*
- rust/**/*

binding/python:
- python/**/*

ci:
- .github/**.*

@@ -16,17 +8,23 @@ documentation:
- CONTRIBUTING.md
- python/docs/**/*

storage/aws:
- aws/**/*

delta-inspect:
- delta-inspect/**/*

binding/rust:
- rust/**/*

proofs:
- proofs/**/*

tlaplus:
- tlaplus/**/*

binding/python:
- python/**/*

binding/rust:
- crates/**/*

crate/core:
- crates/deltalake-core/**/*

crate/sql:
- crates/deltalake-sql/**/*