Registry / database / delta-core-2-12

delta-core-2-12

JSON →
library2.4.0javamavenunverified

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>
INSTALL
IMPORT
SIG · DELTA-CORE-2-12
D
delta-core-2-12
databasejavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DeltaTable
io.delta.tables.DeltaTable

Minimal Delta Lake table read example

import io.delta.tables.DeltaTable; import org.apache.spark.sql.SparkSession; public class Quickstart { public static void main(String[] args) { SparkSession spark = SparkSession.builder().appName("DeltaExample").getOrCreate(); DeltaTable deltaTable = DeltaTable.forPath(spark, "/path/to/delta-table"); deltaTable.toDF().show(); } }
Debug
Known issues
breakingDelta Core 2.4.0 requires Spark 3.4.x or later.
fix
Ensure your Spark version is compatible with Delta Lake 2.4.0.
affects: 2.4.0
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
delta-core-2-12 — mvn dependency:get delta-core-2-12 · libregistry