Interface | Description |
---|---|
IcebergMetadataCommitter |
Commit Iceberg metadata to metastore.
|
IcebergMetadataCommitterFactory |
Factory to create
IcebergMetadataCommitter . |
Class | Description |
---|---|
AbstractIcebergCommitCallback |
A
CommitCallback to create Iceberg compatible metadata, so Iceberg readers can read
Paimon's RawFile . |
AppendOnlyIcebergCommitCallback |
AbstractIcebergCommitCallback for append only tables. |
IcebergHiveMetadataCommitter |
IcebergMetadataCommitter to commit Iceberg metadata to Hive metastore, so the table can
be visited by Iceberg's Hive catalog. |
IcebergHiveMetadataCommitterFactory |
Factory to create
IcebergHiveMetadataCommitter . |
IcebergOptions |
Config options for Paimon Iceberg compatibility.
|
IcebergPathFactory |
Path factory for Iceberg metadata files.
|
PrimaryKeyIcebergCommitCallback |
AbstractIcebergCommitCallback for primary key tables. |
Enum | Description |
---|---|
IcebergOptions.StorageType |
Where to store Iceberg metadata.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.