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 5daafed7a Publish documentation 
(d708b4429ebc68ba2273cf64d925cf3cc70f84c2)
5daafed7a is described below

commit 5daafed7aeb4154edf3514348924b7792d98aec2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 20:03:28 2026 +0000

    Publish documentation (d708b4429ebc68ba2273cf64d925cf3cc70f84c2)
---
 main/_sources/cdata.rst.txt                                    | 5 +++++
 main/cdata.html                                                | 5 +++++
 main/reference/org.apache.arrow.c/org/apache/arrow/c/Data.html | 3 ++-
 main/searchindex.js                                            | 2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/main/_sources/cdata.rst.txt b/main/_sources/cdata.rst.txt
index 7b2924d25..d2b5ab0cc 100644
--- a/main/_sources/cdata.rst.txt
+++ b/main/_sources/cdata.rst.txt
@@ -22,6 +22,11 @@ C Data Interface
 Arrow supports exchanging data without copying or serialization within the 
same process
 through :external+arrow:ref:`c-data-interface`, even between different 
language runtimes.
 
+.. note::
+
+   The Arrow Java C Data Interface implementation does not support importing 
arrays with
+   a non-zero offset.
+
 Java to Python
 --------------
 
diff --git a/main/cdata.html b/main/cdata.html
index 6aad90933..0c689f452 100644
--- a/main/cdata.html
+++ b/main/cdata.html
@@ -266,6 +266,11 @@
 <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 v25.0.1)"><span>The Arrow C data interface</span></a>, 
even between different language runtimes.</p>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The Arrow Java C Data Interface implementation does not support importing 
arrays with
+a non-zero offset.</p>
+</div>
 <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 v25.0.1)"><span>Integrating PyArrow with 
Java</span></a> to implement Java to
diff --git a/main/reference/org.apache.arrow.c/org/apache/arrow/c/Data.html 
b/main/reference/org.apache.arrow.c/org/apache/arrow/c/Data.html
index e12b79f1b..2df3ac8c6 100644
--- a/main/reference/org.apache.arrow.c/org/apache/arrow/c/Data.html
+++ b/main/reference/org.apache.arrow.c/org/apache/arrow/c/Data.html
@@ -83,7 +83,8 @@ loadScripts(document, 'script');</script>
 <span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
 <div class="block">Functions for working with the C data interface.
 
- <p>This API is EXPERIMENTAL. Note that currently only 64bit systems are 
supported.</div>
+ <p>This API is EXPERIMENTAL. Note that currently only 64bit systems are 
supported. Importing
+ <a href="ArrowArray.html" title="class in 
org.apache.arrow.c"><code>ArrowArrays</code></a> with a non-zero offset is not 
supported.</div>
 </section>
 <section class="summary">
 <ul class="summary-list">
diff --git a/main/searchindex.js b/main/searchindex.js
index e81cc473c..e25e0004d 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Adding Services": [[6, "adding-services"]], 
"Adding and removing vectors": [[18, "adding-and-removing-vectors"]], 
"Allocation Details": [[13, "allocation-details"]], "Allocator Perspective": 
[[13, "allocator-perspective"]], "Archery": [[3, "archery"], [3, "id4"]], 
"Arrow Flight RPC": [[6, null]], "Arrow Flight SQL": [[7, null]], "Arrow Flight 
SQL JDBC Driver": [[8, null]], "Arrow JDBC Adapter": [[12, null]], "Arrow Java 
Modules": [[14, "id1"]], "Arrow Memo [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"Adding Services": [[6, "adding-services"]], 
"Adding and removing vectors": [[18, "adding-and-removing-vectors"]], 
"Allocation Details": [[13, "allocation-details"]], "Allocator Perspective": 
[[13, "allocator-perspective"]], "Archery": [[3, "archery"], [3, "id4"]], 
"Arrow Flight RPC": [[6, null]], "Arrow Flight SQL": [[7, null]], "Arrow Flight 
SQL JDBC Driver": [[8, null]], "Arrow JDBC Adapter": [[12, null]], "Arrow Java 
Modules": [[14, "id1"]], "Arrow Memo [...]
\ No newline at end of file

Reply via email to