-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Storage] Remove file path cache tech debt from S3SingleDriverLogStore (
#3685) #### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [X] Other (Storage) ## Description S3 has been strongly consistent (for `GET`, `PUT`, `LIST`) for years ([announcement](https://aws.amazon.com/blogs/aws/amazon-s3-update-strong-read-after-write-consistency/)), yet the `S3SingleDriverLogStore` has had code that assumes S3 is read-after-write inconsistent. This PR removes such redundant code. ## How was this patch tested? Existing unit tests. ## Does this PR introduce _any_ user-facing changes? No.
- Loading branch information
1 parent
afc8bf6
commit 93eef11
Showing
2 changed files
with
8 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters