Registry / database / iceberg-api

iceberg-api

JSON →
library1.10.1javamavenunverified

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

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

Loads an Iceberg table using the Hadoop catalog.

import org.apache.iceberg.Table; import org.apache.iceberg.catalog.Catalog; import org.apache.iceberg.catalog.TableIdentifier; import org.apache.iceberg.hadoop.HadoopCatalog; Catalog catalog = new HadoopCatalog(); TableIdentifier name = TableIdentifier.of("my_database", "my_table"); Table table = catalog.loadTable(name); System.out.println(table.location());
Debug
Known issues
gotchaIceberg API 1.10.1 may have breaking changes compared to earlier versions; check migration guides.
fix
Review the Iceberg release notes for API changes when upgrading.
affects: >=1.0.0
Upgrade
Version history
1.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
iceberg-api — mvn dependency:get iceberg-api · libregistry