Skip to content

Add concurrency safety validation checks#3049

Open
gabeiglio wants to merge 1 commit intoapache:mainfrom
gabeiglio:validation-checks
Open

Add concurrency safety validation checks#3049
gabeiglio wants to merge 1 commit intoapache:mainfrom
gabeiglio:validation-checks

Conversation

@gabeiglio
Copy link
Contributor

Closes #1930
Closes #1931

Rationale for this change

Now that we have an implementation of DeleteFileIndex we can move ahead and implement the last two safety concurrency validations mentioned in this #819

Are these changes tested?

Yes

Are there any user-facing changes?

No

@gabeiglio gabeiglio marked this pull request as ready for review February 16, 2026 23:51

def mock_fetch_manifest_entry(self: ManifestFile, io: FileIO, discard_deleted: bool = True) -> list[ManifestEntry]:
result = [
ManifestEntry.from_args(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this just creates and replaces the entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants