You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/09/22 06:06:11 UTC

[arrow-site] branch asf-site updated: Add community section to datafusion website (#149)

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 37f1d39  Add community section to datafusion website (#149)
37f1d39 is described below

commit 37f1d393310d756437385bc80507d9f87eb0e592
Author: QP Hou <qp...@scribd.com>
AuthorDate: Tue Sep 21 23:06:04 2021 -0700

    Add community section to datafusion website (#149)
---
 datafusion/_modules/index.html                     |  22 ++++
 datafusion/_sources/community/communication.md.txt |  66 ++++++++++
 datafusion/_sources/index.rst.txt                  |  10 ++
 datafusion/cli/index.html                          |  17 +++
 .../index.html => community/communication.html}    | 141 ++++++++++++++++++++-
 datafusion/genindex.html                           |  22 ++++
 datafusion/index.html                              |  30 +++++
 datafusion/objects.inv                             | Bin 1602 -> 1632 bytes
 datafusion/py-modindex.html                        |  22 ++++
 datafusion/python/api.html                         |  17 +++
 datafusion/python/api/dataframe.html               |  17 +++
 datafusion/python/api/execution_context.html       |  17 +++
 datafusion/python/api/expression.html              |  17 +++
 datafusion/python/api/functions.html               |  17 +++
 .../python/generated/datafusion.DataFrame.html     |  17 +++
 .../generated/datafusion.ExecutionContext.html     |  17 +++
 .../python/generated/datafusion.Expression.html    |  17 +++
 .../python/generated/datafusion.functions.html     |  17 +++
 datafusion/python/index.html                       |  17 +++
 datafusion/search.html                             |  22 ++++
 datafusion/searchindex.js                          |   2 +-
 datafusion/specification/invariants.html           |  17 +++
 .../specification/output-field-name-semantic.html  |  19 +++
 datafusion/user-guide/cli.html                     |  17 +++
 .../user-guide/distributed/clients/index.html      |  17 +++
 .../user-guide/distributed/clients/python.html     |  17 +++
 .../user-guide/distributed/clients/rust.html       |  17 +++
 .../distributed/deployment/cargo-install.html      |  17 +++
 .../distributed/deployment/configuration.html      |  17 +++
 .../distributed/deployment/docker-compose.html     |  17 +++
 .../user-guide/distributed/deployment/docker.html  |  17 +++
 .../user-guide/distributed/deployment/index.html   |  17 +++
 .../distributed/deployment/kubernetes.html         |  17 +++
 .../distributed/deployment/raspberrypi.html        |  17 +++
 datafusion/user-guide/distributed/index.html       |  17 +++
 .../user-guide/distributed/introduction.html       |  17 +++
 datafusion/user-guide/example-usage.html           |  17 +++
 datafusion/user-guide/faq.html                     |  17 +++
 datafusion/user-guide/introduction.html            |  17 +++
 datafusion/user-guide/library.html                 |  17 +++
 .../user-guide/sql/datafusion-functions.html       |  17 +++
 datafusion/user-guide/sql/ddl.html                 |  17 +++
 datafusion/user-guide/sql/index.html               |  17 +++
 datafusion/user-guide/sql/select.html              |  17 +++
 44 files changed, 912 insertions(+), 5 deletions(-)

diff --git a/datafusion/_modules/index.html b/datafusion/_modules/index.html
index fd17ea0..7bcb0b0 100644
--- a/datafusion/_modules/index.html
+++ b/datafusion/_modules/index.html
@@ -346,6 +346,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/_sources/community/communication.md.txt b/datafusion/_sources/community/communication.md.txt
new file mode 100644
index 0000000..bbf07a1
--- /dev/null
+++ b/datafusion/_sources/community/communication.md.txt
@@ -0,0 +1,66 @@
+<!---
+  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.
+-->
+
+# Communication
+
+We welcome participation from everyone and encourage you to join us, ask
+questions, and get involved.
+
+All participation in the Apache Arrow DataFusion project is governed by the
+Apache Software Foundation's [code of
+conduct](https://www.apache.org/foundation/policies/conduct.html).
+
+## Questions?
+
+### Mailing list
+
+We use arrow.apache.org's `dev@` mailing list for project management, release
+coorindation and design discussions
+([subscribe](mailto:dev-subscribe@arrow.apache.org),
+[unsubscribe](mailto:dev-unsubscribe@arrow.apache.org),
+[archives](https://lists.apache.org/list.html?dev@arrow.apache.org)).
+
+When emailing the dev list, please make sure to prefix the subject line with a
+`[DataFusion]` tag, e.g. `"[DataFusion] New API for remote data sources"`, so
+that the appropriate people in the Apache Arrow community notice the message.
+
+### Slack and Discord
+
+We use the official [ASF](https://s.apache.org/slack-invite) Slack workspace
+for informal discussions and coordination. This is a great place to meet other
+contributors and get guidance on where to contribute. Join us in the
+`#arrow-rust` channel.
+
+We also have a backup Arrow Rust Discord
+server ([invite link](https://discord.gg/Qw5gKqHxUM)) in case you are not able
+to join the Slack workspace. If you need an invite to the Slack workspace, you
+can also ask for one in our Discord server.
+
+## Contributing
+
+Our source code is hosted on
+[GitHub](https://github.com/apache/arrow-datafusion). For developers new to
+the project, we have curated a
+[good-first-issue](https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
+list to help you get started.
+
+We use GitHub issues for maintaining a queue of development work and as the
+public record. We often use Google docs, Github issues and pull requests for
+quick and small design discussions. For major design change proposals, please
+make sure to send them to the dev list for more visibility.
diff --git a/datafusion/_sources/index.rst.txt b/datafusion/_sources/index.rst.txt
index eeb89d0..6956d0b 100644
--- a/datafusion/_sources/index.rst.txt
+++ b/datafusion/_sources/index.rst.txt
@@ -63,3 +63,13 @@ Table of content
 
    Datafusion <https://github.com/apache/arrow-datafusion/blob/master/README.md>
    Ballista <https://github.com/apache/arrow-datafusion/tree/master/ballista/README.md>
+
+.. _toc.community:
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Community
+
+   community/communication
+   Issue tracker <https://github.com/apache/arrow-datafusion/issues>
+   Code of conduct <https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md>
diff --git a/datafusion/cli/index.html b/datafusion/cli/index.html
index b52d6c4..07aed1b 100644
--- a/datafusion/cli/index.html
+++ b/datafusion/cli/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/_modules/index.html b/datafusion/community/communication.html
similarity index 65%
copy from datafusion/_modules/index.html
copy to datafusion/community/communication.html
index fd17ea0..5b23a71 100644
--- a/datafusion/_modules/index.html
+++ b/datafusion/community/communication.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta charset="utf-8" />
-    <title>Overview: module code &#8212; Arrow Datafusion  documentation</title>
+    <title>Communication &#8212; Arrow Datafusion  documentation</title>
     
   <link href="../_static/css/theme.css" rel="stylesheet" />
   <link href="../_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" />
@@ -34,6 +34,7 @@
     <script src="../_static/language_data.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
+    <link rel="prev" title="Datafusion output field name semantic" href="../specification/output-field-name-semantic.html" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="docsearch:language" content="en" />
     
@@ -346,6 +347,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="current nav bd-sidenav">
+ <li class="toctree-l1 current active">
+  <a class="current reference internal" href="#">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
@@ -357,6 +380,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="#questions">
+   Questions?
+  </a>
+  <ul class="nav section-nav flex-column">
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#mailing-list">
+     Mailing list
+    </a>
+   </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#slack-and-discord">
+     Slack and Discord
+    </a>
+   </li>
+  </ul>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+  <a class="reference internal nav-link" href="#contributing">
+   Contributing
+  </a>
+ </li>
+</ul>
+
+</nav>
+              </div>
+              
+              <div class="toc-item">
+                
+
+<div class="tocsection editthispage">
+    <a href="https://github.com/apache/arrow-datafusion/edit/master/docs/source/community/communication.md">
+        <i class="fas fa-pencil-alt"></i> Edit this page
+    </a>
+</div>
+
+              </div>
+              
+            
           </div>
           
 
@@ -368,15 +439,77 @@
               
               <div>
                 
-  <h1>All modules for which code is available</h1>
-<ul><li><a href="builtins.html">builtins</a></li>
-</ul>
+  <!---
+  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.
+-->
+<div class="section" id="communication">
+<h1>Communication<a class="headerlink" href="#communication" title="Permalink to this headline">¶</a></h1>
+<p>We welcome participation from everyone and encourage you to join us, ask
+questions, and get involved.</p>
+<p>All participation in the Apache Arrow DataFusion project is governed by the
+Apache Software Foundation’s <a class="reference external" href="https://www.apache.org/foundation/policies/conduct.html">code of
+conduct</a>.</p>
+<div class="section" id="questions">
+<h2>Questions?<a class="headerlink" href="#questions" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="mailing-list">
+<h3>Mailing list<a class="headerlink" href="#mailing-list" title="Permalink to this headline">¶</a></h3>
+<p>We use arrow.apache.org’s <code class="docutils literal notranslate"><span class="pre">dev&#64;</span></code> mailing list for project management, release
+coorindation and design discussions
+(<a class="reference external" href="mailto:dev-subscribe&#37;&#52;&#48;arrow&#46;apache&#46;org">subscribe</a>,
+<a class="reference external" href="mailto:dev-unsubscribe&#37;&#52;&#48;arrow&#46;apache&#46;org">unsubscribe</a>,
+<a class="reference external" href="https://lists.apache.org/list.html?dev&#64;arrow.apache.org">archives</a>).</p>
+<p>When emailing the dev list, please make sure to prefix the subject line with a
+<code class="docutils literal notranslate"><span class="pre">[DataFusion]</span></code> tag, e.g. <code class="docutils literal notranslate"><span class="pre">&quot;[DataFusion]</span> <span class="pre">New</span> <span class="pre">API</span> <span class="pre">for</span> <span class="pre">remote</span> <span class="pre">data</span> <span class="pre">sources&quot;</span></code>, so
+that the appropriate people in the Apache Arrow community notice the message.</p>
+</div>
+<div class="section" id="slack-and-discord">
+<h3>Slack and Discord<a class="headerlink" href="#slack-and-discord" title="Permalink to this headline">¶</a></h3>
+<p>We use the official <a class="reference external" href="https://s.apache.org/slack-invite">ASF</a> Slack workspace
+for informal discussions and coordination. This is a great place to meet other
+contributors and get guidance on where to contribute. Join us in the
+<code class="docutils literal notranslate"><span class="pre">#arrow-rust</span></code> channel.</p>
+<p>We also have a backup Arrow Rust Discord
+server (<a class="reference external" href="https://discord.gg/Qw5gKqHxUM">invite link</a>) in case you are not able
+to join the Slack workspace. If you need an invite to the Slack workspace, you
+can also ask for one in our Discord server.</p>
+</div>
+</div>
+<div class="section" id="contributing">
+<h2>Contributing<a class="headerlink" href="#contributing" title="Permalink to this headline">¶</a></h2>
+<p>Our source code is hosted on
+<a class="reference external" href="https://github.com/apache/arrow-datafusion">GitHub</a>. For developers new to
+the project, we have curated a
+<a class="reference external" href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">good-first-issue</a>
+list to help you get started.</p>
+<p>We use GitHub issues for maintaining a queue of development work and as the
+public record. We often use Google docs, Github issues and pull requests for
+quick and small design discussions. For major design change proposals, please
+make sure to send them to the dev list for more visibility.</p>
+</div>
+</div>
+
 
               </div>
               
               
               <div class='prev-next-bottom'>
                 
+    <a class='left-prev' id="prev-link" href="../specification/output-field-name-semantic.html" title="previous page">Datafusion output field name semantic</a>
 
               </div>
               
diff --git a/datafusion/genindex.html b/datafusion/genindex.html
index b287ea7..e1f44b7 100644
--- a/datafusion/genindex.html
+++ b/datafusion/genindex.html
@@ -347,6 +347,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/index.html b/datafusion/index.html
index f8d4d6f..87c1527 100644
--- a/datafusion/index.html
+++ b/datafusion/index.html
@@ -347,6 +347,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
@@ -440,6 +462,14 @@
 <li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow-datafusion/tree/master/ballista/README.md">Ballista</a></li>
 </ul>
 </div>
+<div class="toctree-wrapper compound" id="toc-community">
+<p class="caption"><span class="caption-text">Community</span><a class="headerlink" href="#toc-community" title="Permalink to this toctree">¶</a></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="community/communication.html">Communication</a></li>
+<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">Issue tracker</a></li>
+<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">Code of conduct</a></li>
+</ul>
+</div>
 </div>
 </div>
 
diff --git a/datafusion/objects.inv b/datafusion/objects.inv
index 94a7051..75f7edc 100644
Binary files a/datafusion/objects.inv and b/datafusion/objects.inv differ
diff --git a/datafusion/py-modindex.html b/datafusion/py-modindex.html
index 878620a..d5bd232 100644
--- a/datafusion/py-modindex.html
+++ b/datafusion/py-modindex.html
@@ -349,6 +349,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/api.html b/datafusion/python/api.html
index de13de4..9877db0 100644
--- a/datafusion/python/api.html
+++ b/datafusion/python/api.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/api/dataframe.html b/datafusion/python/api/dataframe.html
index cdfb457..651ddaf 100644
--- a/datafusion/python/api/dataframe.html
+++ b/datafusion/python/api/dataframe.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/api/execution_context.html b/datafusion/python/api/execution_context.html
index ac79dca..95f538c 100644
--- a/datafusion/python/api/execution_context.html
+++ b/datafusion/python/api/execution_context.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/api/expression.html b/datafusion/python/api/expression.html
index 478164d..c1ef4b0 100644
--- a/datafusion/python/api/expression.html
+++ b/datafusion/python/api/expression.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/api/functions.html b/datafusion/python/api/functions.html
index de41318..342d708 100644
--- a/datafusion/python/api/functions.html
+++ b/datafusion/python/api/functions.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/generated/datafusion.DataFrame.html b/datafusion/python/generated/datafusion.DataFrame.html
index bfbf08c..bd238c2 100644
--- a/datafusion/python/generated/datafusion.DataFrame.html
+++ b/datafusion/python/generated/datafusion.DataFrame.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/generated/datafusion.ExecutionContext.html b/datafusion/python/generated/datafusion.ExecutionContext.html
index 488db81..547bdb4 100644
--- a/datafusion/python/generated/datafusion.ExecutionContext.html
+++ b/datafusion/python/generated/datafusion.ExecutionContext.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/generated/datafusion.Expression.html b/datafusion/python/generated/datafusion.Expression.html
index f94c74d..b2cb1db 100644
--- a/datafusion/python/generated/datafusion.Expression.html
+++ b/datafusion/python/generated/datafusion.Expression.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/generated/datafusion.functions.html b/datafusion/python/generated/datafusion.functions.html
index d73ce2b..b9db979 100644
--- a/datafusion/python/generated/datafusion.functions.html
+++ b/datafusion/python/generated/datafusion.functions.html
@@ -300,6 +300,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/python/index.html b/datafusion/python/index.html
index 4270851..0f1751a 100644
--- a/datafusion/python/index.html
+++ b/datafusion/python/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/search.html b/datafusion/search.html
index ba3b3c4..497f011 100644
--- a/datafusion/search.html
+++ b/datafusion/search.html
@@ -351,6 +351,28 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/master/CODE_OF_CONDUCT.md">
+   Code of conduct
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/searchindex.js b/datafusion/searchindex.js
index 97003ae..6ed70da 100644
--- a/datafusion/searchindex.js
+++ b/datafusion/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["cli/index","index","python/api","python/api/dataframe","python/api/execution_context","python/api/expression","python/api/functions","python/generated/datafusion.DataFrame","python/generated/datafusion.ExecutionContext","python/generated/datafusion.Expression","python/generated/datafusion.functions","python/index","specification/invariants","specification/output-field-name-semantic","user-guide/cli","user-guide/distributed/clients/index","user-guide/distribute [...]
\ No newline at end of file
+Search.setIndex({docnames:["cli/index","community/communication","index","python/api","python/api/dataframe","python/api/execution_context","python/api/expression","python/api/functions","python/generated/datafusion.DataFrame","python/generated/datafusion.ExecutionContext","python/generated/datafusion.Expression","python/generated/datafusion.functions","python/index","specification/invariants","specification/output-field-name-semantic","user-guide/cli","user-guide/distributed/clients/ind [...]
\ No newline at end of file
diff --git a/datafusion/specification/invariants.html b/datafusion/specification/invariants.html
index a15bd09..ce02505 100644
--- a/datafusion/specification/invariants.html
+++ b/datafusion/specification/invariants.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/specification/output-field-name-semantic.html b/datafusion/specification/output-field-name-semantic.html
index 48506b4..0f510f3 100644
--- a/datafusion/specification/output-field-name-semantic.html
+++ b/datafusion/specification/output-field-name-semantic.html
@@ -34,6 +34,7 @@
     <script src="../_static/language_data.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="Communication" href="../community/communication.html" />
     <link rel="prev" title="DataFusion’s Invariants" href="invariants.html" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="docsearch:language" content="en" />
@@ -347,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
@@ -850,6 +868,7 @@ Datafusion queries planned from both SQL queries and Dataframe APIs.</p>
               <div class='prev-next-bottom'>
                 
     <a class='left-prev' id="prev-link" href="invariants.html" title="previous page">DataFusion’s Invariants</a>
+    <a class='right-next' id="next-link" href="../community/communication.html" title="next page">Communication</a>
 
               </div>
               
diff --git a/datafusion/user-guide/cli.html b/datafusion/user-guide/cli.html
index bdfc1fe..697d503 100644
--- a/datafusion/user-guide/cli.html
+++ b/datafusion/user-guide/cli.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/clients/index.html b/datafusion/user-guide/distributed/clients/index.html
index 9982252..334e93a 100644
--- a/datafusion/user-guide/distributed/clients/index.html
+++ b/datafusion/user-guide/distributed/clients/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/clients/python.html b/datafusion/user-guide/distributed/clients/python.html
index 4cb1f77..1cb1d54 100644
--- a/datafusion/user-guide/distributed/clients/python.html
+++ b/datafusion/user-guide/distributed/clients/python.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/clients/rust.html b/datafusion/user-guide/distributed/clients/rust.html
index ae5b5dd..bf4a9ba 100644
--- a/datafusion/user-guide/distributed/clients/rust.html
+++ b/datafusion/user-guide/distributed/clients/rust.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/cargo-install.html b/datafusion/user-guide/distributed/deployment/cargo-install.html
index f1597a4..7e0fa34 100644
--- a/datafusion/user-guide/distributed/deployment/cargo-install.html
+++ b/datafusion/user-guide/distributed/deployment/cargo-install.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/configuration.html b/datafusion/user-guide/distributed/deployment/configuration.html
index cdb565b..1a0a534 100644
--- a/datafusion/user-guide/distributed/deployment/configuration.html
+++ b/datafusion/user-guide/distributed/deployment/configuration.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/docker-compose.html b/datafusion/user-guide/distributed/deployment/docker-compose.html
index 10b530a..bf8140e 100644
--- a/datafusion/user-guide/distributed/deployment/docker-compose.html
+++ b/datafusion/user-guide/distributed/deployment/docker-compose.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/docker.html b/datafusion/user-guide/distributed/deployment/docker.html
index f13266f..7e7c52d 100644
--- a/datafusion/user-guide/distributed/deployment/docker.html
+++ b/datafusion/user-guide/distributed/deployment/docker.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/index.html b/datafusion/user-guide/distributed/deployment/index.html
index 63ebb58..5c69647 100644
--- a/datafusion/user-guide/distributed/deployment/index.html
+++ b/datafusion/user-guide/distributed/deployment/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/kubernetes.html b/datafusion/user-guide/distributed/deployment/kubernetes.html
index e8016d3..5b71bae 100644
--- a/datafusion/user-guide/distributed/deployment/kubernetes.html
+++ b/datafusion/user-guide/distributed/deployment/kubernetes.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/deployment/raspberrypi.html b/datafusion/user-guide/distributed/deployment/raspberrypi.html
index 61720d7..f5c269e 100644
--- a/datafusion/user-guide/distributed/deployment/raspberrypi.html
+++ b/datafusion/user-guide/distributed/deployment/raspberrypi.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/index.html b/datafusion/user-guide/distributed/index.html
index 0f90d8a..e076e3e 100644
--- a/datafusion/user-guide/distributed/index.html
+++ b/datafusion/user-guide/distributed/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/distributed/introduction.html b/datafusion/user-guide/distributed/introduction.html
index 34a5cd4..4a4455b 100644
--- a/datafusion/user-guide/distributed/introduction.html
+++ b/datafusion/user-guide/distributed/introduction.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/example-usage.html b/datafusion/user-guide/example-usage.html
index a61d920..9a29bb5 100644
--- a/datafusion/user-guide/example-usage.html
+++ b/datafusion/user-guide/example-usage.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/faq.html b/datafusion/user-guide/faq.html
index 3e67a2f..89059da 100644
--- a/datafusion/user-guide/faq.html
+++ b/datafusion/user-guide/faq.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/introduction.html b/datafusion/user-guide/introduction.html
index 7710fa3..119e180 100644
--- a/datafusion/user-guide/introduction.html
+++ b/datafusion/user-guide/introduction.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/library.html b/datafusion/user-guide/library.html
index 2df57e5..cc49c3c 100644
--- a/datafusion/user-guide/library.html
+++ b/datafusion/user-guide/library.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/sql/datafusion-functions.html b/datafusion/user-guide/sql/datafusion-functions.html
index ae45143..582bb94 100644
--- a/datafusion/user-guide/sql/datafusion-functions.html
+++ b/datafusion/user-guide/sql/datafusion-functions.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/sql/ddl.html b/datafusion/user-guide/sql/ddl.html
index abef056..7eed84b 100644
--- a/datafusion/user-guide/sql/ddl.html
+++ b/datafusion/user-guide/sql/ddl.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/sql/index.html b/datafusion/user-guide/sql/index.html
index d464c90..f9ee3c5 100644
--- a/datafusion/user-guide/sql/index.html
+++ b/datafusion/user-guide/sql/index.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>
diff --git a/datafusion/user-guide/sql/select.html b/datafusion/user-guide/sql/select.html
index ef19c29..e8d2546 100644
--- a/datafusion/user-guide/sql/select.html
+++ b/datafusion/user-guide/sql/select.html
@@ -348,6 +348,23 @@
   </a>
  </li>
 </ul>
+<p class="caption">
+ <span class="caption-text">
+  Community
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+  <a class="reference internal" href="../../community/communication.html">
+   Communication
+  </a>
+ </li>
+ <li class="toctree-l1">
+  <a class="reference external" href="https://github.com/apache/arrow-datafusion/issues">
+   Issue tracker
+  </a>
+ </li>
+</ul>
 
     
   </div>