Alex Wilcoxson
Alex Wilcoxson
# Description This draft PR adds a unit test to demonstrate a concurrency issue with checkpoints and an object store with slow list_with_offset, e.g. Azure when the log directory is...
# Description This is just a draft to see what you all think about this way to achieve commits without fully loading table state. This is useful for append only,...
# Environment **Delta-rs version**: 0.25.5 **Binding**: Rust, Python **Environment**: - **Cloud provider**: Azure - **OS**: macOS, Linux - **Other**: *** # Bug **What happened**: Our tables write checkpoints with statistics...
# Which issue does this PR close? Closes #. # Rationale for this change This changes proposes implementation of the start_after workaround used by [Hadoop](https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java#L1260-L1267) to improve listing in ADLS...