Interface and Description |
---|
org.apache.iceberg.actions.RewriteStrategy
since 1.3.0, will be removed in 1.4.0; use
FileRewriter instead. Note: This
can only be removed once Spark 3.2 isn't using this API anymore. |
org.apache.iceberg.rest.requests.UpdateTableRequest.UpdateRequirement
will be removed in 1.5.0, use
UpdateRequirement instead. |
Class and Description |
---|
org.apache.iceberg.actions.BinPackStrategy
since 1.3.0, will be removed in 1.4.0; use
SizeBasedFileRewriter instead.
Note: This can only be removed once Spark 3.2 isn't using this API anymore. |
org.apache.iceberg.rest.RESTSerializers.UpdateRequirementDeserializer
will be removed in 1.5.0, use
UpdateReqDeserializer instead. |
org.apache.iceberg.rest.RESTSerializers.UpdateRequirementSerializer
will be removed in 1.5.0, use
UpdateReqSerializer instead. |
org.apache.iceberg.actions.SortStrategy
since 1.3.0, will be removed in 1.4.0; use
SizeBasedFileRewriter instead.
Note: This can only be removed once Spark 3.2 isn't using this API anymore. |
org.apache.iceberg.SystemProperties
Use
SystemConfigs instead; will be removed in 2.0.0 |
org.apache.iceberg.rest.requests.UpdateRequirementParser
will be removed in 1.5.0, use
UpdateRequirementParser
instead. |
org.apache.iceberg.rest.requests.UpdateTableRequest.Builder
will be removed in 1.5.0, use
UpdateRequirements
instead. |
Field and Description |
---|
org.apache.iceberg.TableProperties.MANIFEST_LISTS_ENABLED
will be removed in 2.0.0, writing manifest lists is always enabled
|
org.apache.iceberg.TableProperties.MANIFEST_LISTS_ENABLED_DEFAULT
will be removed in 2.0.0, writing manifest lists is always enabled
|
org.apache.iceberg.TableProperties.OBJECT_STORE_PATH
Use
TableProperties.WRITE_DATA_LOCATION instead. |
org.apache.iceberg.util.ThreadPools.WORKER_THREAD_POOL_SIZE_PROP
Use
WORKER_THREAD_POOL_SIZE instead;
will be removed in 2.0.0 |
org.apache.iceberg.TableProperties.WRITE_FOLDER_STORAGE_LOCATION
Use
TableProperties.WRITE_DATA_LOCATION instead. |
Method and Description |
---|
org.apache.iceberg.rest.requests.UpdateTableRequest.builderFor(TableMetadata)
will be removed in 1.5.0, use
UpdateRequirements.forUpdateTable(TableMetadata, List) instead. |
org.apache.iceberg.rest.requests.UpdateTableRequest.builderForCreate()
will be removed in 1.5.0, use
UpdateRequirements.forCreateTable(List) instead. |
org.apache.iceberg.rest.requests.UpdateTableRequest.builderForReplace(TableMetadata)
will be removed in 1.5.0, use
UpdateRequirements.forReplaceTable(TableMetadata, List) instead. |
org.apache.iceberg.MetricsConfig.fromProperties(Map<String, String>) |
org.apache.iceberg.BaseMetadataTable.operations()
will be removed in 1.4.0; do not use metadata table TableOperations
|
Constructor and Description |
---|
org.apache.iceberg.PositionDeletesTable.PositionDeletesBatchScan(Table, Schema, TableScanContext)
the API will be removed in v1.5.0
|