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 remove file handling in InMemoryLogReplay #4180

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

lzlfred
Copy link
Contributor

@lzlfred lzlfred commented Feb 20, 2025

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Refactor remove file hashset in InMemoryLogReplay into activeRemoveFiles and cancelledRemoveFiles, because they are semantically different that the later had cancelled an AddFile, while the former did not.

How was this patch tested?

existing UT.

Does this PR introduce any user-facing changes?

@lzlfred lzlfred changed the title impl Refactor remove file handling in InMemoryLogReplay Feb 20, 2025
@lzlfred lzlfred force-pushed the lzlfred/refactor-logreplay branch from a353512 to ad207e3 Compare February 20, 2025 19:40
@scottsand-db scottsand-db merged commit 8045052 into delta-io:master Feb 20, 2025
18 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants