Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 09:56 AM
Hi @arnavsood ,
As per my understanding, even if parallel jobs are using overwrite with replaceWhere to update different rows, file-level conflicts can still occur. That’s because Delta Lake doesn’t provide row-level concurrency by default.
Row-level concurrency becomes available when deletion vectors are enabled on a non-partitioned table (or when using liquid clustering), and you're running on Databricks Runtime 14.2 or above.