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 ac3925078 publish documentation
ac3925078 is described below
commit ac39250785de31a5a30351c09d5bfda34898c6ee
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 12:51:53 2026 +0000
publish documentation
---
main/_sources/development/releasing.rst.txt | 32 ++++++++++++++++++----
main/development/releasing.html | 27 ++++++++++++++----
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
.../reference/adbc_connection_init.html | 4 +--
.../reference/adbc_connection_init.md | 4 +--
.../reference/adbc_database_init.html | 2 +-
.../reference/adbc_database_init.md | 2 +-
.../reference/adbc_statement_init.html | 6 ++--
.../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, 67 insertions(+), 32 deletions(-)
diff --git a/main/_sources/development/releasing.rst.txt
b/main/_sources/development/releasing.rst.txt
index 935b7c310..1db94c64f 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -229,6 +229,7 @@ How to Verify Release Candidates
- the javadoc command must also be accessible
- Go
- CMake, ninja-build, libpq (with headers), SQLite (with headers)
+ - Node.js 22+
Alternatively, you can have the verification script download and install
dependencies automatically via Conda.
See the environment variables below.
@@ -411,6 +412,25 @@ Be sure to go through on the following checklist:
# dev/release/post-08-rust.sh
dev/release/post-08-rust.sh
+.. dropdown:: Upload Node.js packages to npm
+ :class-title: sd-fs-5
+ :class-container: sd-shadow-md
+
+ You must have publish access to the `apache-arrow npm organization
+ <https://www.npmjs.com/org/apache-arrow>`_. If you don't have access
+ yet, an existing org admin can add you.
+
+ You will need to `create an access token
<https://docs.npmjs.com/creating-and-viewing-access-tokens>`_.
+
+ An owner can upload:
+
+ .. code-block:: bash
+
+ export NPM_TOKEN=<your access token here>
+
+ # dev/release/post-09-npm.sh
+ dev/release/post-09-npm.sh
+
.. dropdown:: Update conda-forge packages
:class-title: sd-fs-5
:class-container: sd-shadow-md
@@ -428,7 +448,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- dev/release/post-09-remove-old-artifacts.sh
+ dev/release/post-10-remove-old-artifacts.sh
.. dropdown:: Bump versions
:class-title: sd-fs-5
@@ -438,8 +458,8 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- # dev/release/post-11-bump-versions.sh ../arrow
- dev/release/post-11-bump-versions.sh <arrow-dir>
+ # dev/release/post-12-bump-versions.sh ../arrow
+ dev/release/post-12-bump-versions.sh <arrow-dir>
.. dropdown:: Publish release blog post
:class-title: sd-fs-5
@@ -451,8 +471,8 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- # dev/release/post-12-website.sh ../arrow-site
- dev/release/post-12-website.sh <arrow-site-dir>
+ # dev/release/post-13-website.sh ../arrow-site
+ dev/release/post-13-website.sh <arrow-site-dir>
.. dropdown:: Announce the new release
:class-title: sd-fs-5
@@ -471,6 +491,6 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- dev/release/post-10-announce.sh
+ dev/release/post-11-announce.sh
.. _nightly-website.yml:
https://github.com/apache/arrow-adbc/actions/workflows/nightly-website.yml
diff --git a/main/development/releasing.html b/main/development/releasing.html
index fe746ced3..f71175a64 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -596,6 +596,7 @@ Roughly, this means:</p>
</li>
<li><p>Go</p></li>
<li><p>CMake, ninja-build, libpq (with headers), SQLite (with headers)</p></li>
+<li><p>Node.js 22+</p></li>
</ul>
<p>Alternatively, you can have the verification script download and install
dependencies automatically via Conda.
See the environment variables below.</p>
@@ -759,6 +760,20 @@ dev/release/post-08-rust.sh
</div>
</details><details class="sd-sphinx-override sd-dropdown sd-card sd-mb-3
sd-shadow-md">
<summary class="sd-summary-title sd-card-header sd-fs-5">
+<span class="sd-summary-text">Upload Node.js packages to npm</span><span
class="sd-summary-state-marker sd-summary-chevron-right"><svg version="1.1"
width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-right"
viewBox="0 0 24 24" aria-hidden="true"><path d="M8.72 18.78a.75.75 0 0 1
0-1.06L14.44 12 8.72 6.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1
1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06
0Z"></path></svg></span></summary><div class="sd-summary-cont [...]
+<p class="sd-card-text">You must have publish access to the <a
class="reference external"
href="https://www.npmjs.com/org/apache-arrow">apache-arrow npm
organization</a>. If you don’t have access
+yet, an existing org admin can add you.</p>
+<p class="sd-card-text">You will need to <a class="reference external"
href="https://docs.npmjs.com/creating-and-viewing-access-tokens">create an
access token</a>.</p>
+<p class="sd-card-text">An owner can upload:</p>
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span><span class="nb">export</span><span
class="w"> </span><span class="nv">NPM_TOKEN</span><span
class="o">=</span><your<span class="w"> </span>access<span class="w">
</span>token<span class="w"> </span>here>
+
+<span class="c1"># dev/release/post-09-npm.sh</span>
+dev/release/post-09-npm.sh
+</pre></div>
+</div>
+</div>
+</details><details class="sd-sphinx-override sd-dropdown sd-card sd-mb-3
sd-shadow-md">
+<summary class="sd-summary-title sd-card-header sd-fs-5">
<span class="sd-summary-text">Update conda-forge packages</span><span
class="sd-summary-state-marker sd-summary-chevron-right"><svg version="1.1"
width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-right"
viewBox="0 0 24 24" aria-hidden="true"><path d="M8.72 18.78a.75.75 0 0 1
0-1.06L14.44 12 8.72 6.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1
1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06
0Z"></path></svg></span></summary><div class="sd-summary-content [...]
<p class="sd-card-text">File a PR that bumps the version to the feedstock:
<a class="reference external"
href="https://github.com/conda-forge/arrow-adbc-split-feedstock">https://github.com/conda-forge/arrow-adbc-split-feedstock</a></p>
@@ -768,7 +783,7 @@ dev/release/post-08-rust.sh
<summary class="sd-summary-title sd-card-header sd-fs-5">
<span class="sd-summary-text">Remove old artifacts</span><span
class="sd-summary-state-marker sd-summary-chevron-right"><svg version="1.1"
width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-right"
viewBox="0 0 24 24" aria-hidden="true"><path d="M8.72 18.78a.75.75 0 0 1
0-1.06L14.44 12 8.72 6.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1
1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06
0Z"></path></svg></span></summary><div class="sd-summary-content sd-car [...]
<p class="sd-card-text">Remove RC artifacts on <a class="reference external"
href="https://dist.apache.org/repos/dist/dev/arrow/">https://dist.apache.org/repos/dist/dev/arrow/</a>
and old release artifacts on <a class="reference external"
href="https://dist.apache.org/repos/dist/release/arrow">https://dist.apache.org/repos/dist/release/arrow</a>
to follow <a class="reference external"
href="https://infra.apache.org/release-download-pages.html#current-and-older-releases">the
ASF policy</a>:</p>
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-09-remove-old-artifacts.sh
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-10-remove-old-artifacts.sh
</pre></div>
</div>
</div>
@@ -776,8 +791,8 @@ dev/release/post-08-rust.sh
<summary class="sd-summary-title sd-card-header sd-fs-5">
<span class="sd-summary-text">Bump versions</span><span
class="sd-summary-state-marker sd-summary-chevron-right"><svg version="1.1"
width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-right"
viewBox="0 0 24 24" aria-hidden="true"><path d="M8.72 18.78a.75.75 0 0 1
0-1.06L14.44 12 8.72 6.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1
1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06
0Z"></path></svg></span></summary><div class="sd-summary-content sd-card-body
[...]
<p class="sd-card-text">First, update the version numbers in <code
class="docutils literal notranslate"><span
class="pre">dev/release/versions.env</span></code>. Then, run this script to
apply those version numbers to the versions embedded in files and filenames.
The script will also update the changelog to the newly released changelog.</p>
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-11-bump-versions.sh ../arrow</span>
-dev/release/post-11-bump-versions.sh<span class="w"> </span><arrow-dir>
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-12-bump-versions.sh ../arrow</span>
+dev/release/post-12-bump-versions.sh<span class="w"> </span><arrow-dir>
</pre></div>
</div>
</div>
@@ -786,8 +801,8 @@ dev/release/post-11-bump-versions.sh<span class="w">
</span><arrow-dir>
<span class="sd-summary-text">Publish release blog post</span><span
class="sd-summary-state-marker sd-summary-chevron-right"><svg version="1.1"
width="1.5em" height="1.5em" class="sd-octicon sd-octicon-chevron-right"
viewBox="0 0 24 24" aria-hidden="true"><path d="M8.72 18.78a.75.75 0 0 1
0-1.06L14.44 12 8.72 6.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1
1.042-.018l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06
0Z"></path></svg></span></summary><div class="sd-summary-content s [...]
<p class="sd-card-text">Run the script to generate the blog post outline, then
fill out the
outline and create a PR on <a class="reference external"
href="https://github.com/apache/arrow-site">apache/arrow-site</a>.</p>
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-12-website.sh ../arrow-site</span>
-dev/release/post-12-website.sh<span class="w"> </span><arrow-site-dir>
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-13-website.sh ../arrow-site</span>
+dev/release/post-13-website.sh<span class="w"> </span><arrow-site-dir>
</pre></div>
</div>
</div>
@@ -802,7 +817,7 @@ sent until the blog post is published. Also, it expects to
be run from the
<p class="sd-card-text">The announcement to <a class="reference external"
href="mailto:announce%40apache.org">announce<span>@</span>apache<span>.</span>org</a>
must be sent from your apache.org
e-mail address to be accepted.</p>
<p class="sd-card-text">Template:</p>
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-10-announce.sh
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>dev/release/post-11-announce.sh
</pre></div>
</div>
</div>
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 8f8de829d..bb9ad757e 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-03-14T12:37Z
+last_built: 2026-03-14T12:51Z
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 11059ca70..c78ac6141 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-03-14T12:37Z
+last_built: 2026-03-14T12:50Z
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 88d313d61..634145b51 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
0x5572fbd5e3c0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x55645d61c600> </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 0x5572faa12400> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x55645d915ea0> </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 c97e9212a..8a31fa563 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 0x5572fbd5e3c0>
+#> <adbc_connection at 0x55645d61c600>
#> List of 1
-#> $ database:<adbc_database at 0x5572faa12400>
+#> $ database:<adbc_database at 0x55645d915ea0>
#> 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 09c1238e2..73c3867f3 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
0x5572fb1f3ad0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55645d7f53f0> </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 5409c5978..b97a59fd1 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 0x5572fb1f3ad0>
+#> <adbc_database at 0x55645d7f53f0>
#> 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 e87576323..7a2e64b6f 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
0x5572fb8f93f0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55645dddccd0> </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 0x5572fb8c67d0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55645c73efc0> </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 0x5572fb2db0a0> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x55645dde1d50> </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 0927a1306..5b838c5ba 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 0x5572fb8f93f0>
+#> <adbc_statement at 0x55645dddccd0>
#> List of 1
-#> $ connection:<adbc_connection at 0x5572fb8c67d0>
+#> $ connection:<adbc_connection at 0x55645c73efc0>
#> List of 1
-#> ..$ database:<adbc_database at 0x5572fb2db0a0>
+#> ..$ database:<adbc_database at 0x55645dde1d50>
#> 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 246f20463..81e6f084e 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 b43aa4188..91748ec19 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-03-14T12:37Z
+last_built: 2026-03-14T12:51Z
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 09c6c083e..c34c846a4 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-03-14T12:37Z
+last_built: 2026-03-14T12:50Z
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 71a9cf01c..f82498d7f 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-03-14T12:37Z
+last_built: 2026-03-14T12:51Z
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 5915af926..662e12a8d 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-03-14T12:37Z
+last_built: 2026-03-14T12:51Z
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 3bc70a42a..dc0308a72 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Manifests":[[25,null]],"API
Reference":[[3,"api-reference"],[24,"api-reference"],[33,"api-reference"],[43,"api-reference"],[52,"api-reference"]],"Advanced
Usage":[[24,"advanced-usage"]],"And then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[31,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Manifests":[[25,null]],"API
Reference":[[3,"api-reference"],[24,"api-reference"],[33,"api-reference"],[43,"api-reference"],[52,"api-reference"]],"Advanced
Usage":[[24,"advanced-usage"]],"And then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[31,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and [...]
\ No newline at end of file