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 a69943cd Publish documentation
(e1dd6d87b27e2e52939c0cefae6ca378dbfe45dd)
a69943cd is described below
commit a69943cd7d9d73d3a3736098a5929eebb187b263
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 01:25:45 2025 +0000
Publish documentation (e1dd6d87b27e2e52939c0cefae6ca378dbfe45dd)
---
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 724d3c1d..e0b70274 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 v19.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 v19.0.1)"><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 v19.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 v19.0.1)"><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 v19.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 v19.0.1)"><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 8aa26f59..f745ce27 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 v19.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 v19.0.1)"><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 384a5c59..af13e4df 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 v19.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 v19.0.1)"><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 9560a77b..cbb317c6 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
v19.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
v19.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
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 v19.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 v19.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 v19.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 v19.0.1)"><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 ed0178b5..2bd4f01d 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 v19.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 v19.0.1)"><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 73e60570..0d8b5656 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 v19.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 v19.0.1)"><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 e3eb6a42..55883ee8 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/streaming_execution.html" title="(in
Apache Arrow v19.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/streaming_execution.html" title="(in
Apache Arrow v19.0.1)"><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 91bf234d..2fc5b182 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 v19.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 v19.0.1)"><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 03c129ef..f4089861 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 v19.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 v19.0.1)"><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>