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-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 083013174 publish documentation
083013174 is described below
commit 08301317449dd3f2a0397dfa381159f4c3e107c6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 10:53:05 2025 +0000
publish documentation
---
main/_sources/rust/quickstart.rst.txt | 14 ++++++++++++++
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
.../adbcdrivermanager/reference/adbc_connection_init.html | 4 ++--
main/r/adbcdrivermanager/reference/adbc_connection_init.md | 4 ++--
main/r/adbcdrivermanager/reference/adbc_database_init.html | 2 +-
main/r/adbcdrivermanager/reference/adbc_database_init.md | 2 +-
.../r/adbcdrivermanager/reference/adbc_statement_init.html | 6 +++---
main/r/adbcdrivermanager/reference/adbc_statement_init.md | 6 +++---
main/r/adbcdrivermanager/search.json | 2 +-
main/r/adbcflightsql/pkgdown.yml | 2 +-
main/r/adbcpostgresql/pkgdown.yml | 2 +-
main/r/adbcsnowflake/pkgdown.yml | 2 +-
main/r/adbcsqlite/pkgdown.yml | 2 +-
main/rust/quickstart.html | 14 ++++++++++++++
main/searchindex.js | 2 +-
16 files changed, 48 insertions(+), 20 deletions(-)
diff --git a/main/_sources/rust/quickstart.rst.txt
b/main/_sources/rust/quickstart.rst.txt
index c9cccb091..bc3cff181 100644
--- a/main/_sources/rust/quickstart.rst.txt
+++ b/main/_sources/rust/quickstart.rst.txt
@@ -32,6 +32,20 @@ Add a dependency on ``adbc_core`` and ``adbc_datafusion``:
cargo add adbc_core adbc_datafusion
+.. note:: If you get a compiler error (E0308, mismatched types) and a note
about
+ multiple versions of the arrow crates in the dependency graph when
you
+ run ``cargo build``, you can downgrade crate versions so you only
have
+ one version of the arrow crates in your workspace:
+
+ .. code-block:: shell
+
+ cargo update -p [email protected] -p [email protected]
--precise 56.2.0
+
+ Note the exact versions in the command above may need to be changed.
+ Use ``cargo tree`` to find the versions affecting your workspace. See
+ the `Version Incompatibility Hazards
<https://doc.rust-lang.org/cargo/reference/resolver.html#version-incompatibility-hazards>`__
+ in the Cargo documentation for more information.
+
Loading DataFusion
==================
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index c93d226d2..4ac1dbfb8 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcbigquery/reference
article: https://arrow.apache.org/adbc/current/r/adbcbigquery/articles
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 580ba497a..358b61d4c 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference:
https://arrow.apache.org/adbc/current/r/adbcdrivermanager/reference
article: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/articles
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index e615f13a5..9c4624024 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -105,9 +105,9 @@ finer-grained control over behaviour at the R
level.</p></dd>
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor"
href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="va">db</span> <span class="op"><-</span>
<span class="fu"><a
href="adbc_database_init.html">adbc_database_init</a></span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="fu">adbc_connection_init</span><span
class="op">(</span><span class="va">db</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x557d142ff460> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x55ab42644aa0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x557d19a5cca0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x55ab423e77f0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
index 0593e0df5..26b262556 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
@@ -62,9 +62,9 @@ An object of class 'adbc_connection'
``` r
db <- adbc_database_init(adbc_driver_void())
adbc_connection_init(db)
-#> <adbc_connection at 0x557d142ff460>
+#> <adbc_connection at 0x55ab42644aa0>
#> List of 1
-#> $ database:<adbc_database at 0x557d19a5cca0>
+#> $ database:<adbc_database at 0x55ab423e77f0>
#> List of 1
#> ..$ driver:<adbc_driver_void> List of 4
#> .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index d7020cd65..7dff5ae7e 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -104,7 +104,7 @@ finer-grained control over behaviour at the R
level.</p></dd>
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor"
href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="fu">adbc_database_init</span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x557d19a7b010> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55ab42861d20> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> $
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> ..$ load_flags :
int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.md
b/main/r/adbcdrivermanager/reference/adbc_database_init.md
index 751d539d0..8a4054f71 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.md
@@ -61,7 +61,7 @@ An object of class adbc_database
``` r
adbc_database_init(adbc_driver_void())
-#> <adbc_database at 0x557d19a7b010>
+#> <adbc_database at 0x55ab42861d20>
#> List of 1
#> $ driver:<adbc_driver_void> List of 4
#> ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index cc8687459..cb46cd6cc 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -106,11 +106,11 @@ finer-grained control over behaviour at the R
level.</p></dd>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="va">db</span> <span class="op"><-</span>
<span class="fu"><a
href="adbc_database_init.html">adbc_database_init</a></span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="va">con</span> <span
class="op"><-</span> <span class="fu"><a
href="adbc_connection_init.html">adbc_connection_init</a></span><span
class="op">(</span><span class="va">db</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="fu">adbc_statement_init</span><span
class="op">(</span><span class="va">con</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x557d199b4440> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55ab42a07bf0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x557d19f13920> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55ab42272520> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x557d19af2080> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x55ab42361b40> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
index 2cac65471..539f7b5d0 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
@@ -63,11 +63,11 @@ An object of class 'adbc_statement'
db <- adbc_database_init(adbc_driver_void())
con <- adbc_connection_init(db)
adbc_statement_init(con)
-#> <adbc_statement at 0x557d199b4440>
+#> <adbc_statement at 0x55ab42a07bf0>
#> List of 1
-#> $ connection:<adbc_connection at 0x557d19f13920>
+#> $ connection:<adbc_connection at 0x55ab42272520>
#> List of 1
-#> ..$ database:<adbc_database at 0x557d19af2080>
+#> ..$ database:<adbc_database at 0x55ab42361b40>
#> List of 1
#> .. ..$ driver:<adbc_driver_void> List of 4
#> .. .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index dbc6a6a4d..d3458d4a9 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index 9c75f8288..0f22e52f3 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcflightsql/reference
article: https://arrow.apache.org/adbc/current/r/adbcflightsql/articles
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index 4476ad392..0d483b316 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcpostgresql/reference
article: https://arrow.apache.org/adbc/current/r/adbcpostgresql/articles
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index 57cbfcb2e..eeb033a22 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsnowflake/reference
article: https://arrow.apache.org/adbc/current/r/adbcsnowflake/articles
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 655e98964..89d746ca9 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2025-11-09T23:50Z
+last_built: 2025-11-10T10:52Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles
diff --git a/main/rust/quickstart.html b/main/rust/quickstart.html
index ee0e376e2..1f18db646 100644
--- a/main/rust/quickstart.html
+++ b/main/rust/quickstart.html
@@ -405,6 +405,20 @@
<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>cargo<span class="w"> </span>add<span
class="w"> </span>adbc_core<span class="w"> </span>adbc_datafusion
</pre></div>
</div>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>If you get a compiler error (E0308, mismatched types) and a note about
+multiple versions of the arrow crates in the dependency graph when you
+run <code class="docutils literal notranslate"><span class="pre">cargo</span>
<span class="pre">build</span></code>, you can downgrade crate versions so you
only have
+one version of the arrow crates in your workspace:</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>cargo<span class="w"> </span>update<span
class="w"> </span>-p<span class="w"> </span>[email protected]<span class="w">
</span>-p<span class="w"> </span>[email protected]<span class="w">
</span>--precise<span class="w"> </span><span class="m">56</span>.2.0
+</pre></div>
+</div>
+<p>Note the exact versions in the command above may need to be changed.
+Use <code class="docutils literal notranslate"><span class="pre">cargo</span>
<span class="pre">tree</span></code> to find the versions affecting your
workspace. See
+the <a class="reference external"
href="https://doc.rust-lang.org/cargo/reference/resolver.html#version-incompatibility-hazards">Version
Incompatibility Hazards</a>
+in the Cargo documentation for more information.</p>
+</div>
</section>
<section id="loading-datafusion">
<h2>Loading DataFusion<a class="headerlink" href="#loading-datafusion"
title="Link to this heading">ΒΆ</a></h2>
diff --git a/main/searchindex.js b/main/searchindex.js
index 6d6b8e385..5df4255df 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[27,null]],"ADBC Driver
Manager and Manifests":[[24,null]],"API
Reference":[[3,"api-reference"],[32,"api-reference"],[42,"api-reference"],[51,"api-reference"]],"And
then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[30,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and
password":[[48,"authenticate-with-a-username-and-password"]]," [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[27,null]],"ADBC Driver
Manager and Manifests":[[24,null]],"API
Reference":[[3,"api-reference"],[32,"api-reference"],[42,"api-reference"],[51,"api-reference"]],"And
then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[30,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and
password":[[48,"authenticate-with-a-username-and-password"]]," [...]
\ No newline at end of file