This is an automated email from the ASF dual-hosted git repository.
github-actions[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 7f1bd069c Publish documentation
(e5482cd63d2043c0e418f1adc7bcd1e5192c5078)
7f1bd069c is described below
commit 7f1bd069c77adc698cb20aa5dae3ef262d390b4f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 07:16:11 2026 +0000
Publish documentation (e5482cd63d2043c0e418f1adc7bcd1e5192c5078)
---
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 3c115f3a3..a2cfe89ae 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 v23.0.1)"><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 v24.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 v23.0.1)"><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 v24.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 v23.0.1)"><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 v24.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 e2a6594ce..ea25f7aa8 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 v23.0.1)"><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 v24.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 22f242a4c..76c78c845 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 v23.0.1)"><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 v24.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 6111bb2b0..0b38e1fa3 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
v23.0.1)"><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
v24.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 v23.0.1)"><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.1)"><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 v24.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 v24.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 2c779e2e2..c235b8e6a 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 v23.0.1)"><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 v24.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 f46fb4d22..0f714603e 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 v23.0.1)"><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 v24.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 d899ba49f..59478c07b 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 v23.0.1)"><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 v24.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 4cf596229..ec6bf71b9 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 v23.0.1)"><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 v24.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 2b6a97a91..4a432f4c1 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/java/current/reference/org.apache.arrow.vector/org/apache/arrow/vector/VectorLoader.html">VectorLoader</a>
and <a class="reference external"
href="https://arrow.apache.org/java/current/reference/org.apache.arrow.vector/org/apache/arrow/vector/VectorUnloader.html">VectorUnloader</a>.
They handle converting between VectorSchemaRoot and
<a class="reference external"
href="https://arrow.apache.org/java/current/reference/org.apache.arrow.vector/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 v23.0.1)"><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 v24.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>