Registry / database / iceberg-core

iceberg-core

JSON →
library1.10.1javamavenunverified

A table format for huge analytic datasets, providing reliable and performant data lake management.

<dependency> <groupId>org.apache.iceberg</groupId> <artifactId>iceberg-core</artifactId> <version>1.10.1</version> </dependency>
INSTALL
IMPORT
SIG · ICEBERG-CORE
I
iceberg-core
databasejavav1.10.1
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.

Table
org.apache.iceberg.Table

Minimal example showing import and usage of Table.

import org.apache.iceberg.Table; import org.apache.iceberg.catalog.Catalog; public class Quickstart { public static void main(String[] args) { Catalog catalog = ...; Table table = catalog.loadTable("my_table"); System.out.println("Table loaded: " + table.name()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
iceberg-core — mvn dependency:get iceberg-core · libregistry