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 15b6c4eb publish documentation
15b6c4eb is described below
commit 15b6c4eb988762a70b1fa383abb43fa62691d536
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 2 22:05:13 2023 +0000
publish documentation
---
main/_sources/development/nightly.rst.txt | 5 +++--
main/_sources/driver/installation.rst.txt | 9 +++++++++
main/_sources/faq.rst.txt | 20 ++++++++++++++++++++
main/development/nightly.html | 5 +++--
main/driver/installation.html | 6 ++++++
main/faq.html | 17 +++++++++++++++++
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
.../reference/adbc_connection_init.html | 4 ++--
.../reference/adbc_database_init.html | 2 +-
.../reference/adbc_statement_init.html | 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, 71 insertions(+), 17 deletions(-)
diff --git a/main/_sources/development/nightly.rst.txt
b/main/_sources/development/nightly.rst.txt
index f781d4b5..0f2ebb7e 100644
--- a/main/_sources/development/nightly.rst.txt
+++ b/main/_sources/development/nightly.rst.txt
@@ -70,7 +70,8 @@ https://gemfury.com/arrow-adbc-nightlies
Example::
pip install \
- --extra-index-url https://repo.fury.io/arrow-adbc-nightlies \
+ --pre \
+ --index-url https://repo.fury.io/arrow-adbc-nightlies \
adbc-driver-manager
.. list-table:: Supported platforms for nightly Python wheels
@@ -89,5 +90,5 @@ Example::
- Yes ✅
* - Windows
- - No ✅
+ - Yes ✅
- No ❌
diff --git a/main/_sources/driver/installation.rst.txt
b/main/_sources/driver/installation.rst.txt
index 75407477..44f3235a 100644
--- a/main/_sources/driver/installation.rst.txt
+++ b/main/_sources/driver/installation.rst.txt
@@ -23,6 +23,15 @@ Installation
See individual driver pages in the sidebar for specific installation
instructions.
+Source
+======
+
+The latest source release can be downloaded from the `Apache mirrors`_.
+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
+
C/C++
=====
diff --git a/main/_sources/faq.rst.txt b/main/_sources/faq.rst.txt
index 937cf0f8..803b54f5 100644
--- a/main/_sources/faq.rst.txt
+++ b/main/_sources/faq.rst.txt
@@ -158,3 +158,23 @@ For a project that does try to tackle the problem of
defining a
vendor-independent query language, see Substrait_.
.. _Substrait: https://substrait.io/
+
+When is the next release?
+=========================
+
+There is no fixed release cadence. We currently target releases every 6-8
+weeks.
+
+Once a release is tagged, the project then gives at least 72 hours for the
+`Arrow PMC`_ to vote on the release. Once the vote concludes, then packages
+are uploaded to places like PyPI, conda-forge, and so on. So even after a
+release, it may take some time for binary packages to be available.
+
+.. _Arrow PMC: https://arrow.apache.org/committers/
+
+When/where is 1.0? Is this project ready?
+=========================================
+
+At this time, there is no formal date planned for a "1.0" release of the
+implementation. :doc:`driver/status` has a rough overview of the status of
+individual driver implementations.
diff --git a/main/development/nightly.html b/main/development/nightly.html
index ba13d9a3..06feebdd 100644
--- a/main/development/nightly.html
+++ b/main/development/nightly.html
@@ -375,7 +375,8 @@ developers.</p>
<a class="reference external"
href="https://gemfury.com/arrow-adbc-nightlies">https://gemfury.com/arrow-adbc-nightlies</a></p>
<p>Example:</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">pip</span> <span
class="n">install</span> \
- <span class="o">--</span><span class="n">extra</span><span
class="o">-</span><span class="n">index</span><span class="o">-</span><span
class="n">url</span> <span class="n">https</span><span class="p">:</span><span
class="o">//</span><span class="n">repo</span><span class="o">.</span><span
class="n">fury</span><span class="o">.</span><span class="n">io</span><span
class="o">/</span><span class="n">arrow</span><span class="o">-</span><span
class="n">adbc</span><span class="o">-</span [...]
+ <span class="o">--</span><span class="n">pre</span> \
+ <span class="o">--</span><span class="n">index</span><span
class="o">-</span><span class="n">url</span> <span class="n">https</span><span
class="p">:</span><span class="o">//</span><span class="n">repo</span><span
class="o">.</span><span class="n">fury</span><span class="o">.</span><span
class="n">io</span><span class="o">/</span><span class="n">arrow</span><span
class="o">-</span><span class="n">adbc</span><span class="o">-</span><span
class="n">nightlies</span> \
<span class="n">adbc</span><span class="o">-</span><span
class="n">driver</span><span class="o">-</span><span class="n">manager</span>
</pre></div>
</div>
@@ -398,7 +399,7 @@ developers.</p>
<td><p>Yes ✅</p></td>
</tr>
<tr class="row-even"><td><p>Windows</p></td>
-<td><p>No ✅</p></td>
+<td><p>Yes ✅</p></td>
<td><p>No ❌</p></td>
</tr>
</tbody>
diff --git a/main/driver/installation.html b/main/driver/installation.html
index 938c86f3..7f806513 100644
--- a/main/driver/installation.html
+++ b/main/driver/installation.html
@@ -327,6 +327,11 @@
<p class="admonition-title">Note</p>
<p>See individual driver pages in the sidebar for specific installation
instructions.</p>
</div>
+<section id="source">
+<h2>Source<a class="headerlink" href="#source" title="Permalink 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>
+</section>
<section id="c-c">
<h2>C/C++<a class="headerlink" href="#c-c" title="Permalink to this
heading">#</a></h2>
<p>Install the appropriate driver package. You can use <a class="reference
external" href="https://conda-forge.org/">conda-forge</a>, <code
class="docutils literal notranslate"><span class="pre">apt</span></code> or
<code class="docutils literal notranslate"><span
class="pre">dnf</span></code>.</p>
@@ -503,6 +508,7 @@ Ruby.</p>
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Installation</a><ul>
+<li><a class="reference internal" href="#source">Source</a></li>
<li><a class="reference internal" href="#c-c">C/C++</a></li>
<li><a class="reference internal" href="#go">Go</a></li>
<li><a class="reference internal" href="#java">Java</a></li>
diff --git a/main/faq.html b/main/faq.html
index 831d8ca9..379be14f 100644
--- a/main/faq.html
+++ b/main/faq.html
@@ -439,6 +439,21 @@ a “standard” SQL dialect it defines; ADBC does not do
this.)</p>
<p>For a project that does try to tackle the problem of defining a
vendor-independent query language, see <a class="reference external"
href="https://substrait.io/">Substrait</a>.</p>
</section>
+<section id="when-is-the-next-release">
+<h2>When is the next release?<a class="headerlink"
href="#when-is-the-next-release" title="Permalink to this heading">#</a></h2>
+<p>There is no fixed release cadence. We currently target releases every 6-8
+weeks.</p>
+<p>Once a release is tagged, the project then gives at least 72 hours for the
+<a class="reference external"
href="https://arrow.apache.org/committers/">Arrow PMC</a> to vote on the
release. Once the vote concludes, then packages
+are uploaded to places like PyPI, conda-forge, and so on. So even after a
+release, it may take some time for binary packages to be available.</p>
+</section>
+<section id="when-where-is-1-0-is-this-project-ready">
+<h2>When/where is 1.0? Is this project ready?<a class="headerlink"
href="#when-where-is-1-0-is-this-project-ready" title="Permalink to this
heading">#</a></h2>
+<p>At this time, there is no formal date planned for a “1.0” release of the
+implementation. <a class="reference internal" href="driver/status.html"><span
class="doc">Driver Implementation Status</span></a> has a rough overview of the
status of
+individual driver implementations.</p>
+</section>
</section>
</article>
@@ -505,6 +520,8 @@ vendor-independent query language, see <a class="reference
external" href="https
<li><a class="reference internal"
href="#so-what-is-the-adbc-flight-sql-driver-then">So what is the “ADBC Flight
SQL driver” then?</a></li>
<li><a class="reference internal"
href="#and-then-what-is-the-adbc-jdbc-driver">And then what is the “ADBC JDBC
driver”?</a></li>
<li><a class="reference internal" href="#what-is-the-adbc-sql-dialect">What is
the ADBC SQL dialect?</a></li>
+<li><a class="reference internal" href="#when-is-the-next-release">When is the
next release?</a></li>
+<li><a class="reference internal"
href="#when-where-is-1-0-is-this-project-ready">When/where is 1.0? Is this
project ready?</a></li>
</ul>
</li>
</ul>
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 942f5188..db02d48d 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-10-02T18:54Z
+last_built: 2023-10-02T22:03Z
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index d326a549..f3607979 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -100,8 +100,8 @@ 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>
<pointer: 0x562b2783db10> List of 2</span>
-<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database> <pointer: 0x562b275b90d0> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection>
<pointer: 0x558be11450c0> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database> <pointer: 0x558bdf281f90> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> ..$ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> ..$ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index 9edbf9a1..f3c6ab9a 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -99,7 +99,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>
<pointer: 0x562b27bd10a0> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database>
<pointer: 0x558bde640530> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> $ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> $ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index 74cc64b6..a38f362f 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -101,9 +101,9 @@ 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>
<pointer: 0x562b281e5b00> List of 2</span>
-<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection> <pointer: 0x562b27220270> List of
2</span>
-<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database> <pointer: 0x562b27c36470> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement>
<pointer: 0x558be0d05cb0> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection> <pointer: 0x558be15a1270> List of
2</span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database> <pointer: 0x558be09a4d00> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index b4c43b23..596f9ea6 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"/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":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
+[{"path":"/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":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index 942f5188..db02d48d 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-10-02T18:54Z
+last_built: 2023-10-02T22:03Z
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index 942f5188..db02d48d 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-10-02T18:54Z
+last_built: 2023-10-02T22:03Z
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index 942f5188..db02d48d 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-10-02T18:54Z
+last_built: 2023-10-02T22:03Z
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 942f5188..97b956b4 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-10-02T18:54Z
+last_built: 2023-10-02T22:04Z
diff --git a/main/searchindex.js b/main/searchindex.js
index 385392cf..f6cb32b5 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"cpp/quickstart", "development/contributing", "development/nightly",
"development/releasing", "driver/duckdb", "driver/flight_sql",
"driver/installation", "driver/jdbc", "driver/postgresql", "driver/snowflake",
"driver/sqlite", "driver/status", "faq", "format/comparison",
"format/specification", "format/versioning", "index", "java/index", "py [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager",
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index",
"cpp/quickstart", "development/contributing", "development/nightly",
"development/releasing", "driver/duckdb", "driver/flight_sql",
"driver/installation", "driver/jdbc", "driver/postgresql", "driver/snowflake",
"driver/sqlite", "driver/status", "faq", "format/comparison",
"format/specification", "format/versioning", "index", "java/index", "py [...]
\ No newline at end of file