blob: f70a869c4daa83563460bb9151375529d3b0e531 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#exception">Deprecated Exceptions</a></li>
<li><a href="#field">Deprecated Fields</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">org.apache.iceberg.parquet.ParquetWriteAdapter</a>
<div class="block"><span class="deprecationComment">use <code>ParquetWriter</code></span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="exception">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Exceptions table, listing deprecated exceptions, and an explanation">
<caption><span>Deprecated Exceptions</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Exceptions and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions">org.apache.iceberg.exceptions.RuntimeIOException</a>
<div class="block"><span class="deprecationComment">Use java.io.UncheckedIOException directly instead.
Exception used to wrap <code>IOException</code> as a <code>RuntimeException</code> and add context.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CATALOG">org.apache.iceberg.mr.InputFormatConfig.CATALOG</a>
<div class="block"><span class="deprecationComment">please use <a href="org/apache/iceberg/mr/InputFormatConfig.html#catalogPropertyConfigKey-java.lang.String-java.lang.String-"><code>InputFormatConfig.catalogPropertyConfigKey(String, String)</code></a>
with config key <a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_TYPE"><code>CatalogUtil.ICEBERG_CATALOG_TYPE</code></a> to specify the type of a catalog.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CATALOG_LOADER_CLASS">org.apache.iceberg.mr.InputFormatConfig.CATALOG_LOADER_CLASS</a>
<div class="block"><span class="deprecationComment">please use <a href="org/apache/iceberg/mr/InputFormatConfig.html#catalogPropertyConfigKey-java.lang.String-java.lang.String-"><code>InputFormatConfig.catalogPropertyConfigKey(String, String)</code></a>
with config key <a href="org/apache/iceberg/CatalogProperties.html#CATALOG_IMPL"><code>CatalogProperties.CATALOG_IMPL</code></a>
to specify the implementation of a catalog.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/mr/InputFormatConfig.html#HADOOP_CATALOG_WAREHOUSE_LOCATION">org.apache.iceberg.mr.InputFormatConfig.HADOOP_CATALOG_WAREHOUSE_LOCATION</a>
<div class="block"><span class="deprecationComment">please use <a href="org/apache/iceberg/mr/InputFormatConfig.html#catalogPropertyConfigKey-java.lang.String-java.lang.String-"><code>InputFormatConfig.catalogPropertyConfigKey(String, String)</code></a>
with config key <a href="org/apache/iceberg/CatalogProperties.html#WAREHOUSE_LOCATION"><code>CatalogProperties.WAREHOUSE_LOCATION</code></a>
to specify the warehouse location of a catalog.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MERGE_CARDINALITY_CHECK_ENABLED">org.apache.iceberg.TableProperties.MERGE_CARDINALITY_CHECK_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 0.14.0, the cardinality check is always performed starting from 0.13.0.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT">org.apache.iceberg.TableProperties.MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 0.14.0, the cardinality check is always performed starting from 0.13.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#OBJECT_STORE_PATH">org.apache.iceberg.TableProperties.OBJECT_STORE_PATH</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tokenNames">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.tokenNames</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#VOCABULARY"><code>IcebergSqlExtensionsParser.VOCABULARY</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#tokenNames">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsLexer.tokenNames</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#VOCABULARY"><code>IcebergSqlExtensionsLexer.VOCABULARY</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#WRITE_DISTRIBUTION_MODE_DEFAULT">org.apache.iceberg.TableProperties.WRITE_DISTRIBUTION_MODE_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 0.14.0, use specific modes instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#WRITE_FOLDER_STORAGE_LOCATION">org.apache.iceberg.TableProperties.WRITE_FOLDER_STORAGE_LOCATION</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#WRITE_NEW_DATA_LOCATION">org.apache.iceberg.TableProperties.WRITE_NEW_DATA_LOCATION</a>
<div class="block"><span class="deprecationComment">will be removed in 0.14.0, use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/io/DataWriter.html#add-T-">org.apache.iceberg.io.DataWriter.add(T)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/io/DataWriter.html#write-T-"><code>DataWriter.write(Object)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#build--">org.apache.iceberg.flink.sink.FlinkSink.Builder.build()</a>
<div class="block"><span class="deprecationComment">this will be removed in 0.14.0; use <a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#append--"><code>FlinkSink.Builder.append()</code></a> because its returned <code>DataStreamSink</code>
has a more correct data type.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#config-java.lang.String-java.lang.String-">org.apache.iceberg.orc.ORC.WriteBuilder.config(String, String)</a>
<div class="block"><span class="deprecationComment">Please use #set(String, String) instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#delete-java.lang.CharSequence-long-">org.apache.iceberg.deletes.PositionDeleteWriter.delete(CharSequence, long)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#write-org.apache.iceberg.deletes.PositionDelete-"><code>PositionDeleteWriter.write(PositionDelete)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#delete-java.lang.CharSequence-long-T-">org.apache.iceberg.deletes.PositionDeleteWriter.delete(CharSequence, long, T)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#write-org.apache.iceberg.deletes.PositionDelete-"><code>PositionDeleteWriter.write(PositionDelete)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#delete-T-">org.apache.iceberg.deletes.EqualityDeleteWriter.delete(T)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#write-T-"><code>EqualityDeleteWriter.write(Object)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#deleteAll-java.lang.Iterable-">org.apache.iceberg.deletes.EqualityDeleteWriter.deleteAll(Iterable&lt;T&gt;)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/io/FileWriter.html#write-java.lang.Iterable-"><code>FileWriter.write(Iterable)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/MetricsConfig.html#fromProperties-java.util.Map-">org.apache.iceberg.MetricsConfig.fromProperties(Map&lt;String, String&gt;)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/MetricsConfig.html#forTable-org.apache.iceberg.Table-"><code>MetricsConfig.forTable(Table)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getTokenNames--">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.getTokenNames()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getTokenNames--">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsLexer.getTokenNames()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkTableUtil.html#listPartition-org.apache.iceberg.spark.SparkTableUtil.SparkPartition-org.apache.iceberg.PartitionSpec-org.apache.iceberg.hadoop.SerializableConfiguration-org.apache.iceberg.MetricsConfig-">org.apache.iceberg.spark.SparkTableUtil.listPartition(SparkTableUtil.SparkPartition, PartitionSpec, SerializableConfiguration, MetricsConfig)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition-java.util.Map-java.lang.String-java.lang.String-org.apache.iceberg.PartitionSpec-org.apache.hadoop.conf.Configuration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-"><code>TableMigrationUtil.listPartition(Map, String, String, PartitionSpec, Configuration,
MetricsConfig, NameMapping)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkTableUtil.html#listPartition-org.apache.iceberg.spark.SparkTableUtil.SparkPartition-org.apache.iceberg.PartitionSpec-org.apache.iceberg.hadoop.SerializableConfiguration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-">org.apache.iceberg.spark.SparkTableUtil.listPartition(SparkTableUtil.SparkPartition, PartitionSpec, SerializableConfiguration, MetricsConfig, NameMapping)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition-java.util.Map-java.lang.String-java.lang.String-org.apache.iceberg.PartitionSpec-org.apache.hadoop.conf.Configuration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-"><code>TableMigrationUtil.listPartition(Map, String, String, PartitionSpec, Configuration,
MetricsConfig, NameMapping)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/Table.html#rollback--">org.apache.iceberg.Table.rollback()</a>
<div class="block"><span class="deprecationComment">Replaced by <a href="org/apache/iceberg/Table.html#manageSnapshots--"><code>Table.manageSnapshots()</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/Rollback.html#toSnapshotAtTime-long-">org.apache.iceberg.Rollback.toSnapshotAtTime(long)</a>
<div class="block"><span class="deprecationComment">Replaced by <a href="org/apache/iceberg/ManageSnapshots.html#rollbackToTime-long-"><code>ManageSnapshots.rollbackToTime(long)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/Rollback.html#toSnapshotId-long-">org.apache.iceberg.Rollback.toSnapshotId(long)</a>
<div class="block"><span class="deprecationComment">Replaced by <a href="org/apache/iceberg/ManageSnapshots.html#setCurrentSnapshot-long-"><code>ManageSnapshots.setCurrentSnapshot(long)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/RowDelta.html#validateNoConflictingAppends-org.apache.iceberg.expressions.Expression-">org.apache.iceberg.RowDelta.validateNoConflictingAppends(Expression)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/RowDelta.html#conflictDetectionFilter-org.apache.iceberg.expressions.Expression-"><code>RowDelta.conflictDetectionFilter(Expression)</code></a> and
<a href="org/apache/iceberg/RowDelta.html#validateNoConflictingDataFiles--"><code>RowDelta.validateNoConflictingDataFiles()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/OverwriteFiles.html#validateNoConflictingAppends-org.apache.iceberg.expressions.Expression-">org.apache.iceberg.OverwriteFiles.validateNoConflictingAppends(Expression)</a>
<div class="block"><span class="deprecationComment">since 0.13.0, will be removed in 0.14.0; use <a href="org/apache/iceberg/OverwriteFiles.html#conflictDetectionFilter-org.apache.iceberg.expressions.Expression-"><code>OverwriteFiles.conflictDetectionFilter(Expression)</code></a> and
<a href="org/apache/iceberg/OverwriteFiles.html#validateNoConflictingData--"><code>OverwriteFiles.validateNoConflictingData()</code></a> instead.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>