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 f0c66f3de publish documentation
f0c66f3de is described below
commit f0c66f3de10887a5a87e0ecc0866f3e034e41f42
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 01:00:44 2026 +0000
publish documentation
---
main/_sources/driver/installation.rst.txt | 8 ++++++--
main/driver/installation.html | 9 +++++----
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
main/r/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 +-
main/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/searchindex.js | 2 +-
16 files changed, 31 insertions(+), 26 deletions(-)
diff --git a/main/_sources/driver/installation.rst.txt
b/main/_sources/driver/installation.rst.txt
index de31e9e21..a74cebe13 100644
--- a/main/_sources/driver/installation.rst.txt
+++ b/main/_sources/driver/installation.rst.txt
@@ -26,11 +26,15 @@ Installation
Source
======
-The latest source release can be downloaded from the `Apache mirrors`_.
+Download the latest source release: |source_download| (|source_checksum|,
|source_signature|)
+
+To verify a release, please see the `instructions`_ page and the project's
`KEYS`_ file.
+
Compilation instructions can be found in `CONTRIBUTING.md`_.
-.. _Apache mirrors: https://www.apache.org/dyn/closer.lua/arrow/
.. _CONTRIBUTING.md:
https://github.com/apache/arrow-adbc/blob/main/CONTRIBUTING.md
+.. _instructions: https://www.apache.org/info/verification.html
+.. _KEYS: https://downloads.apache.org/arrow/KEYS
C/C++
=====
diff --git a/main/driver/installation.html b/main/driver/installation.html
index 7c8c771c8..c5a53e951 100644
--- a/main/driver/installation.html
+++ b/main/driver/installation.html
@@ -9,10 +9,10 @@
<meta property="og:type" content="website" />
<meta property="og:url"
content="https://arrow.apache.org/adbc/main/driver/installation.html" />
<meta property="og:site_name" content="ADBC" />
-<meta property="og:description" content="Source: The latest source release can
be downloaded from the Apache mirrors. Compilation instructions can be found in
CONTRIBUTING.md. C/C++: Install the appropriate driver package. You can use
con..." />
+<meta property="og:description" content="Source: Download the latest source
release: apache-arrow-adbc-22.tar.gz( checksum, signature) To verify a release,
please see the instructions page and the project’s KEYS file. Compilation
instruct..." />
<meta property="og:image"
content="https://arrow.apache.org/adbc/main/_static/banner.png" />
<meta property="og:image:alt" content="ADBC" />
-<meta name="description" content="Source: The latest source release can be
downloaded from the Apache mirrors. Compilation instructions can be found in
CONTRIBUTING.md. C/C++: Install the appropriate driver package. You can use
con..." />
+<meta name="description" content="Source: Download the latest source release:
apache-arrow-adbc-22.tar.gz( checksum, signature) To verify a release, please
see the instructions page and the project’s KEYS file. Compilation instruct..."
/>
<link rel="index" title="Index" href="../genindex.html" /><link rel="search"
title="Search" href="../search.html" /><link rel="next" title="Driver
Implementation Status" href="status.html" /><link rel="prev" title="Driver
Manager" href="../rust/driver_manager.html" />
<!-- Generated with Sphinx 8.2.3 and Furo 2024.08.06 -->
@@ -404,8 +404,9 @@
</div>
<section id="source">
<h2>Source<a class="headerlink" href="#source" title="Link to this
heading">¶</a></h2>
-<p>The latest source release can be downloaded from the <a class="reference
external" href="https://www.apache.org/dyn/closer.lua/arrow/">Apache
mirrors</a>.
-Compilation instructions can be found in <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a>.</p>
+<p>Download the latest source release: <a class="reference external"
href="https://www.apache.org/dyn/closer.lua/arrow/apache-arrow-adbc-22/apache-arrow-adbc-22.tar.gz">apache-arrow-adbc-22.tar.gz</a>
(<a class="reference external"
href="https://downloads.apache.org/arrow/apache-arrow-adbc-22/apache-arrow-adbc-22.tar.gz.sha512">checksum</a>,
<a class="reference external"
href="https://downloads.apache.org/arrow/apache-arrow-adbc-22/apache-arrow-adbc-22.tar.gz.asc">signature</a>)</p>
+<p>To verify a release, please see the <a class="reference external"
href="https://www.apache.org/info/verification.html">instructions</a> page and
the project’s <a class="reference external"
href="https://downloads.apache.org/arrow/KEYS">KEYS</a> file.</p>
+<p>Compilation instructions can be found in <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a>.</p>
</section>
<section id="c-c">
<h2>C/C++<a class="headerlink" href="#c-c" title="Link to this
heading">¶</a></h2>
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index a73a3d1ee..5546ca307 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:46Z
+last_built: 2026-02-11T01:00Z
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 b2eac7fe4..d64422324 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:46Z
+last_built: 2026-02-11T00:59Z
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 378f33109..0a58ef9a5 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
0x55d7d40a44b0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x55cc139fc870> </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 0x55d7d41b9a00> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x55cc139b3280> </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 2e389fcad..f6c166868 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 0x55d7d40a44b0>
+#> <adbc_connection at 0x55cc139fc870>
#> List of 1
-#> $ database:<adbc_database at 0x55d7d41b9a00>
+#> $ database:<adbc_database at 0x55cc139b3280>
#> 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 ab9841d46..4ef691c6b 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
0x55d7d4714860> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55cc13d319c0> </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 f6f746db5..36c10741f 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 0x55d7d4714860>
+#> <adbc_database at 0x55cc13d319c0>
#> 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 86a2aa634..c378e8280 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
0x55d7d40800b0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55cc13a10b80> </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 0x55d7d42b9700> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55cc139e14c0> </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 0x55d7d4488ce0> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x55cc13963ca0> </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 31a257129..e801cc57a 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 0x55d7d40800b0>
+#> <adbc_statement at 0x55cc13a10b80>
#> List of 1
-#> $ connection:<adbc_connection at 0x55d7d42b9700>
+#> $ connection:<adbc_connection at 0x55cc139e14c0>
#> List of 1
-#> ..$ database:<adbc_database at 0x55d7d4488ce0>
+#> ..$ database:<adbc_database at 0x55cc13963ca0>
#> 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 7f7d511b7..fac86b776 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 122c16e62..2ceb092e3 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:46Z
+last_built: 2026-02-11T00:59Z
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 4ac7df5d0..6f1a370b1 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:46Z
+last_built: 2026-02-11T00:59Z
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 9656b4e17..3e02f91e6 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:47Z
+last_built: 2026-02-11T01:00Z
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 aca812e93..81a7dba23 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-11T00:46Z
+last_built: 2026-02-11T00:59Z
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/searchindex.js b/main/searchindex.js
index 117d70836..0db1f8e7c 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