public class IcebergMigrateHiveMetadata extends Object implements IcebergMigrateMetadata
Modifier and Type | Field and Description |
---|---|
static String |
ICEBERG_TABLE_TYPE_VALUE |
static String |
TABLE_TYPE_PROP |
Constructor and Description |
---|
IcebergMigrateHiveMetadata(Identifier icebergIdentifier,
Options icebergOptions) |
Modifier and Type | Method and Description |
---|---|
void |
deleteOriginTable() |
String |
icebergLatestMetadataLocation() |
IcebergMetadata |
icebergMetadata() |
public static final String TABLE_TYPE_PROP
public static final String ICEBERG_TABLE_TYPE_VALUE
public IcebergMigrateHiveMetadata(Identifier icebergIdentifier, Options icebergOptions)
public IcebergMetadata icebergMetadata()
icebergMetadata
in interface IcebergMigrateMetadata
public String icebergLatestMetadataLocation()
icebergLatestMetadataLocation
in interface IcebergMigrateMetadata
public void deleteOriginTable()
deleteOriginTable
in interface IcebergMigrateMetadata
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.