An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
S3 has been strongly consistent (for GET, PUT, LIST) for years (announcement), yet the S3SingleDriverLogStore has had code that assumes S3 is read-after-write inconsistent.
Which Delta project/connector is this regarding?
Description
S3 has been strongly consistent (for
GET
,PUT
,LIST
) for years (announcement), yet theS3SingleDriverLogStore
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.