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

[3.2] Fix the consistency issue of listFrom API #4081

Open
wants to merge 1 commit into
base: branch-3.2
Choose a base branch
from

Conversation

RongGee
Copy link

@RongGee RongGee commented Jan 22, 2025

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • [✖️] Kernel
  • Other (fill in here)

Description

As integrated with the DynamoDBLogStore to ensure multiple writes, there are some problems working with the eventual consistent filesystem, while the listFrom API is not guaranteed to see the latest committed files.

In this patch, put the pre-commit files in the DynamoDB as a cache.

How was this patch tested?

It was tested in a (pyspark) multi-writing occasion with the SwiftStack(which uses the eventual consistency). While with the original version, multiple spark session returned the 'FileNotFoundException'. With this patch it ran correctly.

Does this PR introduce any user-facing changes?

No

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.

1 participant