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 c4d6b27a2 publish documentation
c4d6b27a2 is described below
commit c4d6b27a2326411bbff507b12b4a961933e0c60a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 00:48:28 2026 +0000
publish documentation
---
main/_sources/development/releasing.rst.txt | 17 ++++++++++++++---
main/development/releasing.html | 14 +++++++++++---
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
.../reference/adbc_connection_init.html | 4 ++--
.../adbcdrivermanager/reference/adbc_connection_init.md | 4 ++--
.../adbcdrivermanager/reference/adbc_database_init.html | 2 +-
.../r/adbcdrivermanager/reference/adbc_database_init.md | 2 +-
.../reference/adbc_statement_init.html | 6 +++---
.../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, 45 insertions(+), 26 deletions(-)
diff --git a/main/_sources/development/releasing.rst.txt
b/main/_sources/development/releasing.rst.txt
index 900f23bee..a0b2dfd20 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -440,16 +440,27 @@ Be sure to go through on the following checklist:
A conda-forge or feedstock maintainer can review and merge.
-.. dropdown:: Update Homebrew formulae
+.. dropdown:: Check Homebrew formulae
:class-title: sd-fs-5
:class-container: sd-shadow-md
- File separate PRs to update each formula for the new release:
+ Homebrew automatically updates formulae every 3 hours so the release
manager can just check that this happens.
+
+ Visit https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+adbc and
look for separate PRs from BrewTestBot for each of these formulae:
- apache-arrow-adbc
- apache-arrow-adbc-glib
- See https://docs.brew.sh/Formula-Cookbook#updating-formulae.
+ If the formulae aren't automatically updated on schedule, run the following
to create PRs updating them:
+
+ .. code-block:: Bash
+
+ brew tap homebrew/core
+ cd $(brew --repository homebrew/core)
+ brew bump-formula-pr --version <VERSION> apache-arrow-adbc
+ brew bump-formula-pr --version <VERSION> apache-arrow-adbc-glib
+
+ https://docs.brew.sh/Formula-Cookbook#updating-formulae may be helpful if
anything unexpected happens.
.. dropdown:: Remove old artifacts
:class-title: sd-fs-5
diff --git a/main/development/releasing.html b/main/development/releasing.html
index 23f53d3c6..0b174132e 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -799,13 +799,21 @@ dev/release/post-09-npm.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">Update Homebrew formulae</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 [...]
-<p class="sd-card-text">File separate PRs to update each formula for the new
release:</p>
+<span class="sd-summary-text">Check Homebrew formulae</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- [...]
+<p class="sd-card-text">Homebrew automatically updates formulae every 3 hours
so the release manager can just check that this happens.</p>
+<p class="sd-card-text">Visit <a class="reference external"
href="https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+adbc">https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+adbc</a>
and look for separate PRs from BrewTestBot for each of these formulae:</p>
<ul class="simple">
<li><p class="sd-card-text">apache-arrow-adbc</p></li>
<li><p class="sd-card-text">apache-arrow-adbc-glib</p></li>
</ul>
-<p class="sd-card-text">See <a class="reference external"
href="https://docs.brew.sh/Formula-Cookbook#updating-formulae">https://docs.brew.sh/Formula-Cookbook#updating-formulae</a>.</p>
+<p class="sd-card-text">If the formulae aren’t automatically updated on
schedule, run the following to create PRs updating them:</p>
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span>brew<span class="w"> </span>tap<span
class="w"> </span>homebrew/core
+<span class="nb">cd</span><span class="w"> </span><span
class="k">$(</span>brew<span class="w"> </span>--repository<span class="w">
</span>homebrew/core<span class="k">)</span>
+brew<span class="w"> </span>bump-formula-pr<span class="w">
</span>--version<span class="w"> </span><VERSION><span class="w">
</span>apache-arrow-adbc
+brew<span class="w"> </span>bump-formula-pr<span class="w">
</span>--version<span class="w"> </span><VERSION><span class="w">
</span>apache-arrow-adbc-glib
+</pre></div>
+</div>
+<p class="sd-card-text"><a class="reference external"
href="https://docs.brew.sh/Formula-Cookbook#updating-formulae">https://docs.brew.sh/Formula-Cookbook#updating-formulae</a>
may be helpful if anything unexpected happens.</p>
</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">
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 8bac82df1..2a53640b1 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:34Z
+last_built: 2026-04-08T00:47Z
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 7f6c1e406..40f4f41dc 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:33Z
+last_built: 2026-04-08T00:47Z
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 92a207dba..badf5b775 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
0x560d8e94e2c0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x5567563cb790> </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 0x560d8d854b90> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x556755ec07a0> </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 06090aaf0..eca42ddd2 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 0x560d8e94e2c0>
+#> <adbc_connection at 0x5567563cb790>
#> List of 1
-#> $ database:<adbc_database at 0x560d8d854b90>
+#> $ database:<adbc_database at 0x556755ec07a0>
#> 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 5d34dc096..66390303d 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
0x560d8ea13a90> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x5567558b56f0> </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 0e8875967..f3fdd3ef7 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 0x560d8ea13a90>
+#> <adbc_database at 0x5567558b56f0>
#> 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 43365717f..cced3dd40 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
0x560d8e966780> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55675618eec0> </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 0x560d8e657840> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x5567555a3fc0> </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 0x560d8e70f270> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x556755ade6f0> </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 1fec1a81c..3ff76a7e5 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 0x560d8e966780>
+#> <adbc_statement at 0x55675618eec0>
#> List of 1
-#> $ connection:<adbc_connection at 0x560d8e657840>
+#> $ connection:<adbc_connection at 0x5567555a3fc0>
#> List of 1
-#> ..$ database:<adbc_database at 0x560d8e70f270>
+#> ..$ database:<adbc_database at 0x556755ade6f0>
#> 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 f58fe6175..f47fe50fa 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 cd2b4cadc..b72837a04 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:33Z
+last_built: 2026-04-08T00:47Z
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 6c489902f..5aaf1d238 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:33Z
+last_built: 2026-04-08T00:47Z
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 bd012ffae..e5158eaa7 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:33Z
+last_built: 2026-04-08T00:47Z
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 b3c4738c4..b8d06013e 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.9.0.2
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-04-08T00:34Z
+last_built: 2026-04-08T00:47Z
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 d7b9f6d83..c1098ba64 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Connection Profiles":[[24,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 typ [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Connection Profiles":[[24,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 typ [...]
\ No newline at end of file