Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.
<dependency>
<groupId>io.delta</groupId>
<artifactId>delta-core_2.12</artifactId>
<version>2.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Delta Lake table read example
Ensure your Spark version is compatible with Delta Lake 2.4.0.
No dependency data recorded yet.