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/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f7da1ca682 Publish built docs triggered by
5deefd5a34b386b0af96375f1c783f490151343f
f7da1ca682 is described below
commit f7da1ca68245fade1bbaeef60cd076e24b0887ab
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 30 13:27:44 2024 +0000
Publish built docs triggered by 5deefd5a34b386b0af96375f1c783f490151343f
---
_sources/download.md.txt | 69 ++++++++++
_sources/index.rst.txt | 3 +-
_sources/user-guide/example-usage.md.txt | 2 +-
contributor-guide/architecture.html | 7 +-
contributor-guide/communication.html | 7 +-
contributor-guide/governance.html | 7 +-
contributor-guide/index.html | 7 +-
contributor-guide/quarterly_roadmap.html | 7 +-
contributor-guide/roadmap.html | 7 +-
contributor-guide/specification/index.html | 7 +-
contributor-guide/specification/invariants.html | 7 +-
.../specification/output-field-name-semantic.html | 7 +-
genindex.html => download.html | 142 +++++++++++++++++++--
genindex.html | 7 +-
index.html | 16 ++-
library-user-guide/adding-udfs.html | 7 +-
library-user-guide/building-logical-plans.html | 7 +-
library-user-guide/catalogs.html | 7 +-
library-user-guide/custom-table-providers.html | 7 +-
library-user-guide/extending-operators.html | 7 +-
library-user-guide/index.html | 7 +-
library-user-guide/profiling.html | 7 +-
library-user-guide/using-the-dataframe-api.html | 7 +-
library-user-guide/using-the-sql-api.html | 7 +-
library-user-guide/working-with-exprs.html | 7 +-
objects.inv | Bin 1495 -> 1510 bytes
search.html | 7 +-
searchindex.js | 2 +-
user-guide/cli/datasources.html | 7 +-
user-guide/cli/index.html | 7 +-
user-guide/cli/installation.html | 7 +-
user-guide/cli/overview.html | 7 +-
user-guide/cli/usage.html | 7 +-
user-guide/configs.html | 7 +-
user-guide/dataframe.html | 7 +-
user-guide/example-usage.html | 9 +-
user-guide/expressions.html | 7 +-
user-guide/faq.html | 7 +-
user-guide/introduction.html | 13 +-
user-guide/sql/aggregate_functions.html | 7 +-
user-guide/sql/data_types.html | 7 +-
user-guide/sql/ddl.html | 7 +-
user-guide/sql/dml.html | 7 +-
user-guide/sql/explain.html | 7 +-
user-guide/sql/index.html | 7 +-
user-guide/sql/information_schema.html | 7 +-
user-guide/sql/operators.html | 7 +-
user-guide/sql/scalar_functions.html | 7 +-
user-guide/sql/select.html | 7 +-
user-guide/sql/sql_status.html | 7 +-
user-guide/sql/subqueries.html | 7 +-
user-guide/sql/window_functions.html | 7 +-
user-guide/sql/write_options.html | 7 +-
53 files changed, 498 insertions(+), 66 deletions(-)
diff --git a/_sources/download.md.txt b/_sources/download.md.txt
new file mode 100644
index 0000000000..0c279dd033
--- /dev/null
+++ b/_sources/download.md.txt
@@ -0,0 +1,69 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+# Download
+
+While DataFusion is also distributed via the Rust [crates.io] package manager
as a convenience, the
+official Apache DataFusion releases are provided as source artifacts.
+
+[crates.io]: https://crates.io/crates/datafusion
+
+## Releases
+
+The latest source release is [37.0.0][source-link] ([asc][asc-link],
+[sha512][sha512-link]).
+
+[source-link]:
https://www.apache.org/dyn/closer.lua/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz?action=download
+[asc-link]:
https://downloads.apache.org/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz.asc
+[sha512-link]:
https://downloads.apache.org/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz.sha512
+
+For previous releases, please check the
[archive](https://archive.apache.org/dist/datafusion/).
+
+For releases earlier than 37.0.0, please check [Arrow's
archive](https://archive.apache.org/dist/arrow/).
+
+## Notes
+
+- When downloading a release, please verify the OpenPGP compatible signature
(or failing that, check the SHA-512); these should be fetched from the main
Apache site.
+- The KEYS file contains the public keys used for signing release. It is
recommended that (when possible) a web of trust is used to confirm the identity
of these keys.
+- Please download the [KEYS](https://downloads.apache.org/datafusion/KEYS) as
well as the .asc signature files.
+
+### To verify the signature of the release artifact
+
+You will need to download both the release artifact and the .asc signature
file for that artifact. Then verify the signature by:
+
+- Download the KEYS file and the .asc signature files for the relevant release
artifacts.
+- Import the KEYS file to your GPG keyring:
+
+ ```shell
+ gpg --import KEYS
+ ```
+
+- Verify the signature of the release artifact using the following command:
+
+ ```shell
+ gpg --verify <artifact>.asc <artifact>
+ ```
+
+### To verify the checksum of the release artifact
+
+You will need to download both the release artifact and the .sha512 checksum
file for that artifact. Then verify the checksum by:
+
+```shell
+shasum -a 512 -c <artifact>.sha512
+```
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 84d920bd66..50c22d5058 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -66,10 +66,11 @@ Please see the `developer’s guide`_ for contributing and
`communication`_ for
:maxdepth: 1
:caption: Links
- Github and Issue Tracker <https://github.com/apache/datafusion>
+ GitHub and Issue Tracker <https://github.com/apache/datafusion>
crates.io <https://crates.io/crates/datafusion>
API Docs <https://docs.rs/datafusion/latest/datafusion/>
Code of conduct
<https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md>
+ Download <download>
.. _toc.guide:
.. toctree::
diff --git a/_sources/user-guide/example-usage.md.txt
b/_sources/user-guide/example-usage.md.txt
index 2fb4e55d69..ae45c98d74 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -36,7 +36,7 @@ tokio = "1.0"
## Add latest non published DataFusion dependency
DataFusion changes are published to `crates.io` according to [release
schedule](https://github.com/apache/datafusion/blob/main/dev/release/README.md#release-process)
-In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to Github branch
+In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to GitHub branch
```toml
datafusion = { git = "https://github.com/apache/datafusion", branch = "main"}
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index 1adc32cc1d..6412ebad09 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index cb7f40d2b4..2ee8122a2a 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/governance.html
b/contributor-guide/governance.html
index 94ef4f0c5f..d6a14f25e3 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 46b8ad0102..5643259941 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/quarterly_roadmap.html
b/contributor-guide/quarterly_roadmap.html
index f221993a16..25ce428df6 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 4288ca8dff..a715e81499 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index 5517a1d706..b06f87349f 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index e30692452e..a9107da8b2 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index ebc02bcc24..5f556dd271 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -105,7 +105,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -123,6 +123,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/genindex.html b/download.html
similarity index 65%
copy from genindex.html
copy to download.html
index 2cb11d1b42..17bc4d14b1 100644
--- a/genindex.html
+++ b/download.html
@@ -3,8 +3,9 @@
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Index — Apache DataFusion documentation</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <title>Download — Apache DataFusion documentation</title>
<link href="_static/styles/theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
<link
href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
@@ -31,8 +32,10 @@
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script async="true" defer="true"
src="https://buttons.github.io/buttons.js"></script>
- <link rel="index" title="Index" href="#" />
+ <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Introduction" href="user-guide/introduction.html"
/>
+ <link rel="prev" title="Apache DataFusion" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -100,10 +103,10 @@
Links
</span>
</p>
-<ul class="nav bd-sidenav">
+<ul class="current nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -121,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1 current active">
+ <a class="current reference internal" href="#">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -409,6 +417,54 @@
<div class="d-none d-xl-block col-xl-2 bd-toc">
+
+ <div class="toc-item">
+
+<div class="tocsection onthispage pt-5 pb-3">
+ <i class="fas fa-list"></i> On this page
+</div>
+
+<nav id="bd-toc-nav">
+ <ul class="visible nav section-nav flex-column">
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#releases">
+ Releases
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#notes">
+ Notes
+ </a>
+ <ul class="nav section-nav flex-column">
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#to-verify-the-signature-of-the-release-artifact">
+ To verify the signature of the release artifact
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#to-verify-the-checksum-of-the-release-artifact">
+ To verify the checksum of the release artifact
+ </a>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+</nav>
+ </div>
+
+ <div class="toc-item">
+
+
+<div class="tocsection editthispage">
+ <a
href="https://github.com/apache/arrow-datafusion/edit/main/docs/source/download.md">
+ <i class="fas fa-pencil-alt"></i> Edit this page
+ </a>
+</div>
+
+ </div>
+
+
</div>
@@ -420,12 +476,68 @@
<div>
+ <!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
-<h1 id="index">Index</h1>
+ http://www.apache.org/licenses/LICENSE-2.0
-<div class="genindex-jumpbox">
-
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<section id="download">
+<h1>Download<a class="headerlink" href="#download" title="Link to this
heading">¶</a></h1>
+<p>While DataFusion is also distributed via the Rust <a class="reference
external" href="https://crates.io/crates/datafusion">crates.io</a> package
manager as a convenience, the
+official Apache DataFusion releases are provided as source artifacts.</p>
+<section id="releases">
+<h2>Releases<a class="headerlink" href="#releases" title="Link to this
heading">¶</a></h2>
+<p>The latest source release is <a class="reference external"
href="https://www.apache.org/dyn/closer.lua/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz?action=download">37.0.0</a>
(<a class="reference external"
href="https://downloads.apache.org/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz.asc">asc</a>,
+<a class="reference external"
href="https://downloads.apache.org/arrow/arrow-datafusion-37.0.0/apache-arrow-datafusion-37.0.0.tar.gz.sha512">sha512</a>).</p>
+<p>For previous releases, please check the <a class="reference external"
href="https://archive.apache.org/dist/datafusion/">archive</a>.</p>
+<p>For releases earlier than 37.0.0, please check <a class="reference
external" href="https://archive.apache.org/dist/arrow/">Arrow’s archive</a>.</p>
+</section>
+<section id="notes">
+<h2>Notes<a class="headerlink" href="#notes" title="Link to this
heading">¶</a></h2>
+<ul class="simple">
+<li><p>When downloading a release, please verify the OpenPGP compatible
signature (or failing that, check the SHA-512); these should be fetched from
the main Apache site.</p></li>
+<li><p>The KEYS file contains the public keys used for signing release. It is
recommended that (when possible) a web of trust is used to confirm the identity
of these keys.</p></li>
+<li><p>Please download the <a class="reference external"
href="https://downloads.apache.org/datafusion/KEYS">KEYS</a> as well as the
.asc signature files.</p></li>
+</ul>
+<section id="to-verify-the-signature-of-the-release-artifact">
+<h3>To verify the signature of the release artifact<a class="headerlink"
href="#to-verify-the-signature-of-the-release-artifact" title="Link to this
heading">¶</a></h3>
+<p>You will need to download both the release artifact and the .asc signature
file for that artifact. Then verify the signature by:</p>
+<ul>
+<li><p>Download the KEYS file and the .asc signature files for the relevant
release artifacts.</p></li>
+<li><p>Import the KEYS file to your GPG keyring:</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>gpg<span class="w"> </span>--import<span
class="w"> </span>KEYS
+</pre></div>
</div>
+</li>
+<li><p>Verify the signature of the release artifact using the following
command:</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>gpg<span class="w"> </span>--verify<span
class="w"> </span><artifact>.asc<span class="w"> </span><artifact>
+</pre></div>
+</div>
+</li>
+</ul>
+</section>
+<section id="to-verify-the-checksum-of-the-release-artifact">
+<h3>To verify the checksum of the release artifact<a class="headerlink"
href="#to-verify-the-checksum-of-the-release-artifact" title="Link to this
heading">¶</a></h3>
+<p>You will need to download both the release artifact and the .sha512
checksum file for that artifact. Then verify the checksum by:</p>
+<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>shasum<span class="w"> </span>-a<span
class="w"> </span><span class="m">512</span><span class="w"> </span>-c<span
class="w"> </span><artifact>.sha512
+</pre></div>
+</div>
+</section>
+</section>
+</section>
</div>
@@ -433,6 +545,20 @@
<!-- Previous / next buttons -->
<div class='prev-next-area'>
+ <a class='left-prev' id="prev-link" href="index.html" title="previous
page">
+ <i class="fas fa-angle-left"></i>
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">previous</p>
+ <p class="prev-next-title">Apache DataFusion</p>
+ </div>
+ </a>
+ <a class='right-next' id="next-link" href="user-guide/introduction.html"
title="next page">
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">next</p>
+ <p class="prev-next-title">Introduction</p>
+ </div>
+ <i class="fas fa-angle-right"></i>
+ </a>
</div>
</main>
diff --git a/genindex.html b/genindex.html
index 2cb11d1b42..7046d39972 100644
--- a/genindex.html
+++ b/genindex.html
@@ -103,7 +103,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -121,6 +121,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/index.html b/index.html
index 30676259f0..31359ad244 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
<script async="true" defer="true"
src="https://buttons.github.io/buttons.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
- <link rel="next" title="Introduction" href="user-guide/introduction.html"
/>
+ <link rel="next" title="Download" href="download.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -105,7 +105,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -123,6 +123,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -473,10 +478,11 @@ community.</p>
<div class="toctree-wrapper compound" id="toc-links">
<p aria-level="2" class="caption" role="heading"><span
class="caption-text">Links</span></p>
<ul>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion">Github and Issue Tracker</a></li>
+<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion">GitHub and Issue Tracker</a></li>
<li class="toctree-l1"><a class="reference external"
href="https://crates.io/crates/datafusion">crates.io</a></li>
<li class="toctree-l1"><a class="reference external"
href="https://docs.rs/datafusion/latest/datafusion/">API Docs</a></li>
<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">Code
of conduct</a></li>
+<li class="toctree-l1"><a class="reference internal"
href="download.html">Download</a></li>
</ul>
</div>
<div class="toctree-wrapper compound" id="toc-guide">
@@ -531,10 +537,10 @@ community.</p>
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='right-next' id="next-link" href="user-guide/introduction.html"
title="next page">
+ <a class='right-next' id="next-link" href="download.html" title="next
page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">Introduction</p>
+ <p class="prev-next-title">Download</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/library-user-guide/adding-udfs.html
b/library-user-guide/adding-udfs.html
index 6b3426bf0d..2497a74c0e 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/building-logical-plans.html
b/library-user-guide/building-logical-plans.html
index 9972b19627..a8ca227f62 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index b3eb43f2b6..121f8e72f9 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/custom-table-providers.html
b/library-user-guide/custom-table-providers.html
index 882595d352..e44bc76431 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/extending-operators.html
b/library-user-guide/extending-operators.html
index a24981be94..84c21da8dc 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index 5d42f75646..49875800f9 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/profiling.html
b/library-user-guide/profiling.html
index eef8824427..ad518c19c7 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/using-the-dataframe-api.html
b/library-user-guide/using-the-dataframe-api.html
index 54024f2657..9fa31aee5d 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/using-the-sql-api.html
b/library-user-guide/using-the-sql-api.html
index 6fb077eb40..7e1282c8a6 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/working-with-exprs.html
b/library-user-guide/working-with-exprs.html
index f6681b6e68..fe50fd2eff 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/objects.inv b/objects.inv
index d8bd6d07d3..1cec3004ad 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/search.html b/search.html
index b846ab831f..f573686623 100644
--- a/search.html
+++ b/search.html
@@ -110,7 +110,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -128,6 +128,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/searchindex.js b/searchindex.js
index 13cdd44866..9e5e03d7d5 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[38, "op-neq"]], "!~": [[38,
"op-re-not-match"]], "!~*": [[38, "op-re-not-match-i"]], "!~~": [[38, "id18"]],
"!~~*": [[38, "id19"]], "#": [[38, "op-bit-xor"]], "%": [[38, "op-modulo"]],
"&": [[38, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[7,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[38, "op-multiply"]], "+": [[38, "op-plus"]], "-": [[38, "op-minus"]], "/":
[[3 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[39, "op-neq"]], "!~": [[39,
"op-re-not-match"]], "!~*": [[39, "op-re-not-match-i"]], "!~~": [[39, "id18"]],
"!~~*": [[39, "id19"]], "#": [[39, "op-bit-xor"]], "%": [[39, "op-modulo"]],
"&": [[39, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[7,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[39, "op-multiply"]], "+": [[39, "op-plus"]], "-": [[39, "op-minus"]], "/":
[[3 [...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index e03f1667de..50258137f5 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 7879e4fd9c..503f3afbc7 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index e7d31d5517..8314761880 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index 6765790542..5777feab82 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index 185d09eb24..605b70f67a 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 3da9c18f92..d32fa0f704 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index 854633d66c..f561b1a88e 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 34ed1d8d6c..114de37927 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -548,7 +553,7 @@ crates.io</a> page. Add the dependency to your <code
class="docutils literal not
<section id="add-latest-non-published-datafusion-dependency">
<h2>Add latest non published DataFusion dependency<a class="headerlink"
href="#add-latest-non-published-datafusion-dependency" title="Link to this
heading">¶</a></h2>
<p>DataFusion changes are published to <code class="docutils literal
notranslate"><span class="pre">crates.io</span></code> according to <a
class="reference external"
href="https://github.com/apache/datafusion/blob/main/dev/release/README.md#release-process">release
schedule</a>
-In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to Github
branch</p>
+In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to GitHub
branch</p>
<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">git</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><span
class [...]
</pre></div>
</div>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 087e17dd52..02f478d7f8 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 96279696ca..5ea2bacbe7 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 390db19941..e2601359e4 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -35,7 +35,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Example Usage" href="example-usage.html" />
- <link rel="prev" title="Apache DataFusion" href="../index.html" />
+ <link rel="prev" title="Download" href="../download.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -656,11 +661,11 @@ provide integrations with other systems, some of which
are described below:</p>
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="../index.html" title="previous
page">
+ <a class='left-prev' id="prev-link" href="../download.html"
title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
- <p class="prev-next-title">Apache DataFusion</p>
+ <p class="prev-next-title">Download</p>
</div>
</a>
<a class='right-next' id="next-link" href="example-usage.html" title="next
page">
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index 24efce3d14..c1ed4c44ea 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 91c3d38b98..3297752748 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 49f9d2d7af..74f9da738f 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 84cab265c2..2a27e0ba10 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 723eca0553..b7549f02ee 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 5ffd5baa63..e03cd20c75 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index 33b22e2c15..117cba5c48 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 91a340ff86..e9b23df5f8 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index d4bf54ea7e..3e5e8c4a0e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 0c46d6af34..72874b1568 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 7c2f7d22b0..bc444c867d 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 641de2a5f6..d7a54db477 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index 1cf7efd400..4bad19f101 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index b5c8dc3abb..5257a843de 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -106,7 +106,7 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference external" href="https://github.com/apache/datafusion">
- Github and Issue Tracker
+ GitHub and Issue Tracker
</a>
</li>
<li class="toctree-l1">
@@ -124,6 +124,11 @@
Code of conduct
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../download.html">
+ Download
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]