This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b4b2de1e4 Publish documentation
(6eab884d7d868863a283435c29e7bbd912138379)
b4b2de1e4 is described below
commit b4b2de1e4b38d959e9f9aa5a0b120c2f68f77890
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 09:32:17 2026 +0000
Publish documentation (6eab884d7d868863a283435c29e7bbd912138379)
---
main/cdata.html | 6 +++---
main/developers/building.html | 2 +-
main/developers/development.html | 2 +-
main/flight.html | 6 +++---
main/flight_sql.html | 2 +-
main/flight_sql_jdbc_driver.html | 2 +-
main/substrait.html | 2 +-
main/vector.html | 2 +-
main/vector_schema_root.html | 2 +-
9 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/main/cdata.html b/main/cdata.html
index 200a557aa..3f3f67d24 100644
--- a/main/cdata.html
+++ b/main/cdata.html
@@ -265,15 +265,15 @@
<section id="c-data-interface">
<h1>C Data Interface<a class="headerlink" href="#c-data-interface" title="Link
to this heading">¶</a></h1>
<p>Arrow supports exchanging data without copying or serialization within the
same process
-through <a class="reference external"
href="https://arrow.apache.org/docs/format/CDataInterface.html#c-data-interface"
title="(in Apache Arrow v22.0.0)"><span>The Arrow C data interface</span></a>,
even between different language runtimes.</p>
+through <a class="reference external"
href="https://arrow.apache.org/docs/format/CDataInterface.html#c-data-interface"
title="(in Apache Arrow v23.0.0)"><span>The Arrow C data interface</span></a>,
even between different language runtimes.</p>
<section id="java-to-python">
<h2>Java to Python<a class="headerlink" href="#java-to-python" title="Link to
this heading">¶</a></h2>
-<p>See <a class="reference external"
href="https://arrow.apache.org/docs/python/integration/python_java.html"
title="(in Apache Arrow v22.0.0)"><span>Integrating PyArrow with
Java</span></a> to implement Java to
+<p>See <a class="reference external"
href="https://arrow.apache.org/docs/python/integration/python_java.html"
title="(in Apache Arrow v23.0.0)"><span>Integrating PyArrow with
Java</span></a> to implement Java to
Python communication using the C Data Interface.</p>
</section>
<section id="java-to-c">
<h2>Java to C++<a class="headerlink" href="#java-to-c" title="Link to this
heading">¶</a></h2>
-<p>See <a class="reference external"
href="https://arrow.apache.org/docs/developers/cpp/building.html" title="(in
Apache Arrow v22.0.0)"><span>Building Arrow C++</span></a> to build the Arrow
C++ libraries:</p>
+<p>See <a class="reference external"
href="https://arrow.apache.org/docs/developers/cpp/building.html" title="(in
Apache Arrow v23.0.0)"><span>Building Arrow C++</span></a> to build the Arrow
C++ libraries:</p>
<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>$<span class="w"> </span>git<span
class="w"> </span>clone<span class="w">
</span>https://github.com/apache/arrow.git
$<span class="w"> </span><span class="nb">cd</span><span class="w">
</span>arrow/cpp
$<span class="w"> </span>mkdir<span class="w"> </span>build<span class="w">
</span><span class="c1"># from inside the `cpp` subdirectory</span>
diff --git a/main/developers/building.html b/main/developers/building.html
index 8d891627f..5a194823a 100644
--- a/main/developers/building.html
+++ b/main/developers/building.html
@@ -384,7 +384,7 @@ We can build these manually or we can use <a
class="reference external" href="ht
<p class="admonition-title">Note</p>
<p>If you are building on Apple Silicon, be sure to use a JDK version that was
compiled
for that architecture. See, for example, the <a class="reference external"
href="https://www.azul.com/downloads/?os=macos&architecture=arm-64-bit&package=jdk">Azul
JDK</a>.</p>
-<p>If you are building on Windows OS, see <a class="reference external"
href="https://arrow.apache.org/docs/developers/cpp/windows.html#developers-cpp-windows"
title="(in Apache Arrow v22.0.0)"><span class="xref std std-ref">Developing on
Windows</span></a>.</p>
+<p>If you are building on Windows OS, see <a class="reference external"
href="https://arrow.apache.org/docs/developers/cpp/windows.html#developers-cpp-windows"
title="(in Apache Arrow v23.0.0)"><span class="xref std std-ref">Developing on
Windows</span></a>.</p>
</div>
<section id="id3">
<h4><a class="toc-backref" href="#id14" role="doc-backlink">Maven</a><a
class="headerlink" href="#id3" title="Link to this heading">¶</a></h4>
diff --git a/main/developers/development.html b/main/developers/development.html
index 24ccee0cb..4b716a270 100644
--- a/main/developers/development.html
+++ b/main/developers/development.html
@@ -347,7 +347,7 @@ and define their own loggers.</p></li>
</section>
<section id="integration-testing">
<h2><a class="toc-backref" href="#id6" role="doc-backlink">Integration
Testing</a><a class="headerlink" href="#integration-testing" title="Link to
this heading">¶</a></h2>
-<p>Integration tests can be run <a class="reference external"
href="https://arrow.apache.org/docs/format/Integration.html#running-integration-tests"
title="(in Apache Arrow v22.0.0)"><span class="xref std std-ref">via
Archery</span></a>.
+<p>Integration tests can be run <a class="reference external"
href="https://arrow.apache.org/docs/format/Integration.html#running-integration-tests"
title="(in Apache Arrow v23.0.0)"><span class="xref std std-ref">via
Archery</span></a>.
For example, assuming you only built Arrow Java and want to run the IPC
integration tests, you would do:</p>
<div class="highlight-console notranslate"><div
class="highlight"><pre><span></span><span class="gp">$ </span>archery<span
class="w"> </span>integration<span class="w"> </span>--run-ipc<span class="w">
</span>--with-java<span class="w"> </span><span class="m">1</span>
diff --git a/main/flight.html b/main/flight.html
index cb4bee57d..ddf9f6733 100644
--- a/main/flight.html
+++ b/main/flight.html
@@ -269,7 +269,7 @@ over the network.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v22.0.0)"><span class="xref std std-doc">Flight protocol
documentation</span></a></dt><dd><p>Documentation of the Flight protocol,
including how to use
+<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v23.0.0)"><span class="xref std std-doc">Flight protocol
documentation</span></a></dt><dd><p>Documentation of the Flight protocol,
including how to use
Flight conceptually.</p>
</dd>
<dt><a class="reference external"
href="https://arrow.apache.org/cookbook/java/flight.html" title="(in Apache
Arrow Java Cookbook v14.0.0)"><span class="xref std std-doc">Java
Cookbook</span></a></dt><dd><p>Recipes for using Arrow Flight in Java.</p>
@@ -452,8 +452,8 @@ authentication methods.</p>
</div>
</section>
<section id="flight-best-practices">
-<h2><a class="reference external"
href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices"
title="(in Apache Arrow v22.0.0)"><span class="xref std std-ref">Flight best
practices</span></a><a class="headerlink" href="#flight-best-practices"
title="Link to this heading">¶</a></h2>
-<p>See the <a class="reference external"
href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices"
title="(in Apache Arrow v22.0.0)"><span class="xref std std-ref">best practices
for C++</span></a>.</p>
+<h2><a class="reference external"
href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices"
title="(in Apache Arrow v23.0.0)"><span class="xref std std-ref">Flight best
practices</span></a><a class="headerlink" href="#flight-best-practices"
title="Link to this heading">¶</a></h2>
+<p>See the <a class="reference external"
href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices"
title="(in Apache Arrow v23.0.0)"><span class="xref std std-ref">best practices
for C++</span></a>.</p>
</section>
</section>
diff --git a/main/flight_sql.html b/main/flight_sql.html
index 376ebb7b3..9637bddfd 100644
--- a/main/flight_sql.html
+++ b/main/flight_sql.html
@@ -269,7 +269,7 @@ over the network.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v22.0.0)"><span class="xref std std-doc">Flight SQL protocol
documentation</span></a></dt><dd><p>Documentation of the Flight SQL
protocol.</p>
+<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v23.0.0)"><span class="xref std std-doc">Flight SQL protocol
documentation</span></a></dt><dd><p>Documentation of the Flight SQL
protocol.</p>
</dd>
</dl>
</div>
diff --git a/main/flight_sql_jdbc_driver.html b/main/flight_sql_jdbc_driver.html
index 91ebf6c71..57d4aaea4 100644
--- a/main/flight_sql_jdbc_driver.html
+++ b/main/flight_sql_jdbc_driver.html
@@ -265,7 +265,7 @@
<section id="arrow-flight-sql-jdbc-driver">
<h1>Arrow Flight SQL JDBC Driver<a class="headerlink"
href="#arrow-flight-sql-jdbc-driver" title="Link to this heading">¶</a></h1>
<p>The Flight SQL JDBC driver is a JDBC driver implementation that uses
-the <a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v22.0.0)"><span class="xref std std-doc">Flight SQL protocol</span></a>
under
+the <a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v23.0.0)"><span class="xref std std-doc">Flight SQL protocol</span></a>
under
the hood. This driver can be used with any database that implements
Flight SQL.</p>
<section id="installation-and-requirements">
diff --git a/main/substrait.html b/main/substrait.html
index a29fa1923..4aea6d9ac 100644
--- a/main/substrait.html
+++ b/main/substrait.html
@@ -264,7 +264,7 @@
<article role="main" id="furo-main-content">
<section id="substrait">
<h1>Substrait<a class="headerlink" href="#substrait" title="Link to this
heading">¶</a></h1>
-<p>The <code class="docutils literal notranslate"><span
class="pre">arrow-dataset</span></code> module can execute <a class="reference
external" href="https://substrait.io/">Substrait</a> plans via the <a
class="reference external" href="https://arrow.apache.org/docs/cpp/acero.html"
title="(in Apache Arrow v22.0.0)"><span class="xref std
std-doc">Acero</span></a>
+<p>The <code class="docutils literal notranslate"><span
class="pre">arrow-dataset</span></code> module can execute <a class="reference
external" href="https://substrait.io/">Substrait</a> plans via the <a
class="reference external" href="https://arrow.apache.org/docs/cpp/acero.html"
title="(in Apache Arrow v23.0.0)"><span class="xref std
std-doc">Acero</span></a>
query engine.</p>
<section id="executing-queries-using-substrait-plans">
<h2>Executing Queries Using Substrait Plans<a class="headerlink"
href="#executing-queries-using-substrait-plans" title="Link to this
heading">¶</a></h2>
diff --git a/main/vector.html b/main/vector.html
index a7f469c2e..3191abcd8 100644
--- a/main/vector.html
+++ b/main/vector.html
@@ -265,7 +265,7 @@
<section id="valuevector">
<h1>ValueVector<a class="headerlink" href="#valuevector" title="Link to this
heading">¶</a></h1>
<p><code class="xref py py-class docutils literal notranslate"><span
class="pre">ValueVector</span></code> interface (which called Array in C++
implementation and
-the <a class="reference external"
href="https://arrow.apache.org/docs/format/Columnar.html" title="(in Apache
Arrow v22.0.0)"><span class="xref std std-doc">the specification</span></a>) is
an abstraction that is used to store a
+the <a class="reference external"
href="https://arrow.apache.org/docs/format/Columnar.html" title="(in Apache
Arrow v23.0.0)"><span class="xref std std-doc">the specification</span></a>) is
an abstraction that is used to store a
sequence of values having the same type in an individual column. Internally,
those values are
represented by one or several buffers, the number and meaning of which depend
on the vector’s data type.</p>
<p>There are concrete subclasses of <code class="xref py py-class docutils
literal notranslate"><span class="pre">ValueVector</span></code> for each
primitive data type
diff --git a/main/vector_schema_root.html b/main/vector_schema_root.html
index 5b3ade653..aeaf8d66a 100644
--- a/main/vector_schema_root.html
+++ b/main/vector_schema_root.html
@@ -343,7 +343,7 @@ populated).</p>
<p>Data can be loaded into/unloaded from a VectorSchemaRoot via <a
class="reference external"
href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/VectorLoader.html">VectorLoader</a>
and <a class="reference external"
href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/VectorUnloader.html">VectorUnloader</a>.
They handle converting between VectorSchemaRoot and
<a class="reference external"
href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.html">ArrowRecordBatch</a>
(a representation of a RecordBatch
-<a class="reference external"
href="https://arrow.apache.org/docs/format/Columnar.html#format-ipc" title="(in
Apache Arrow v22.0.0)"><span class="xref std std-ref">IPC</span></a> message).
For example:</p>
+<a class="reference external"
href="https://arrow.apache.org/docs/format/Columnar.html#format-ipc" title="(in
Apache Arrow v23.0.0)"><span class="xref std std-ref">IPC</span></a> message).
For example:</p>
<div class="highlight-Java notranslate"><div
class="highlight"><pre><span></span><span class="c1">// create a
VectorSchemaRoot root1 and convert its data into recordBatch</span>
<span class="n">VectorSchemaRoot</span><span class="w"> </span><span
class="n">root1</span><span class="w"> </span><span class="o">=</span><span
class="w"> </span><span class="k">new</span><span class="w"> </span><span
class="n">VectorSchemaRoot</span><span class="p">(</span><span
class="n">fields</span><span class="p">,</span><span class="w"> </span><span
class="n">vectors</span><span class="p">);</span>
<span class="n">VectorUnloader</span><span class="w"> </span><span
class="n">unloader</span><span class="w"> </span><span class="o">=</span><span
class="w"> </span><span class="k">new</span><span class="w"> </span><span
class="n">VectorUnloader</span><span class="p">(</span><span
class="n">root1</span><span class="p">);</span>