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 7fe3979291 Publish built docs triggered by
0f76bd6fbfaf13e2992929e71f4068f117d35628
7fe3979291 is described below
commit 7fe39792912d240c52ec89907a0e2908d09e6778
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 28 00:09:29 2024 +0000
Publish built docs triggered by 0f76bd6fbfaf13e2992929e71f4068f117d35628
---
_sources/contributor-guide/governance.md.txt | 93 +++++++++++++++
_sources/index.rst.txt | 1 +
contributor-guide/architecture.html | 5 +
contributor-guide/communication.html | 5 +
.../{communication.html => governance.html} | 127 +++++++++++++--------
contributor-guide/index.html | 5 +
contributor-guide/quarterly_roadmap.html | 11 +-
contributor-guide/roadmap.html | 5 +
contributor-guide/specification/index.html | 11 +-
contributor-guide/specification/invariants.html | 5 +
.../specification/output-field-name-semantic.html | 5 +
genindex.html | 5 +
index.html | 6 +
library-user-guide/adding-udfs.html | 5 +
library-user-guide/building-logical-plans.html | 5 +
library-user-guide/catalogs.html | 5 +
library-user-guide/custom-table-providers.html | 5 +
library-user-guide/extending-operators.html | 5 +
library-user-guide/index.html | 5 +
library-user-guide/profiling.html | 5 +
library-user-guide/using-the-dataframe-api.html | 5 +
library-user-guide/using-the-sql-api.html | 5 +
library-user-guide/working-with-exprs.html | 5 +
objects.inv | Bin 1477 -> 1495 bytes
search.html | 5 +
searchindex.js | 2 +-
user-guide/cli/datasources.html | 5 +
user-guide/cli/index.html | 5 +
user-guide/cli/installation.html | 5 +
user-guide/cli/overview.html | 5 +
user-guide/cli/usage.html | 5 +
user-guide/configs.html | 5 +
user-guide/dataframe.html | 5 +
user-guide/example-usage.html | 5 +
user-guide/expressions.html | 5 +
user-guide/faq.html | 5 +
user-guide/introduction.html | 5 +
user-guide/sql/aggregate_functions.html | 5 +
user-guide/sql/data_types.html | 5 +
user-guide/sql/ddl.html | 5 +
user-guide/sql/dml.html | 5 +
user-guide/sql/explain.html | 5 +
user-guide/sql/index.html | 5 +
user-guide/sql/information_schema.html | 5 +
user-guide/sql/operators.html | 5 +
user-guide/sql/scalar_functions.html | 5 +
user-guide/sql/select.html | 5 +
user-guide/sql/sql_status.html | 5 +
user-guide/sql/subqueries.html | 5 +
user-guide/sql/window_functions.html | 5 +
user-guide/sql/write_options.html | 5 +
51 files changed, 414 insertions(+), 52 deletions(-)
diff --git a/_sources/contributor-guide/governance.md.txt
b/_sources/contributor-guide/governance.md.txt
new file mode 100644
index 0000000000..27ff90eb92
--- /dev/null
+++ b/_sources/contributor-guide/governance.md.txt
@@ -0,0 +1,93 @@
+<!---
+ 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.
+-->
+
+# Governance
+
+The current PMC and committers are listed in the [Apache Phonebook].
+
+[apache phonebook]: https://projects.apache.org/committee.html?datafusion
+
+## Overview
+
+DataFusion is part of the [Apache Software Foundation] and is governed
following
+the [Apache Way] and [project management guidelines], [independently of
+commercial interests].
+
+[apache software foundation]: https://www.apache.org/
+[apache way]: https://www.apache.org/theapacheway/
+[project management guidelines]:
https://www.apache.org/foundation/how-it-works.html#management
+[independently of commercial interests]:
https://community.apache.org/projectIndependence.html
+
+As much as practicable, we strive to make decisions by consensus, and anyone in
+the community is encouraged to propose ideas, start discussions, and contribute
+to the project.
+
+## Roles
+
+- **Contributors**: Anyone who contributes to the project, whether it be code,
+ documentation, testing, issue reports, code, or some other forms.
+
+- **Committers**: Contributors who have been granted write access to the
+ project's source code repository. Committers are responsible for reviewing
and
+ merging pull requests. Committers are chosen by the PMC.
+
+- **Project Management Committee (PMC)**: The PMC is responsible for the
+ oversight of the project. The PMC is responsible for making decisions about
the
+ project, including the addition of new committers and PMC members. The PMC is
+ also responsible for [voting] on releases and ensuring that the project
follows
+ the [Apache Way].
+
+[voting]: https://www.apache.org/foundation/voting.html
+
+## Becoming a Committer
+
+Contributors with sustained, high-quality activity may be invited to become
+committers by the PMC as a recognition of their contribution to the project and
+their shared commitment. Committers have the significant responsibility of
using
+their status and access to improve the project for the entire community.
+
+When considering inviting someone to be a committer, the PMC looks for
+contributors who are already doing the work and exercising the judgment
expected
+of a committer. After all, any contributor can do all of the things a committer
+does except for merge a PR. While there is no set list of requirements, nor a
+checklist that entitles one to commit privileges, typical behaviors include:
+
+- Contributions beyond pull requests, such as reviewing other pull requests,
+ fixing bugs and documentation, triaging issues, answering community
questions,
+ improving usability, helping with CI, verifying releases, etc.
+
+- Contributions that are consistent in quality and sustained
+ over time, typically on the order of 6 months or more.
+
+- Assistance growing the size and health of the community via constructive,
+ respectful, and consensus driven interactions, as described in our [Code of
+ Conduct] and the [Apache Way].
+
+If you feel you should be offered committer privileges, but have not been, you
+can reach out to one of the PMC members or the [email protected]
mailing
+list.
+
+[code of conduct]: https://www.apache.org/foundation/policies/conduct.html
+
+## Becoming a PMC Member
+
+Committers with long term sustained contributions to the project may be invited
+to join the PMC. This is a recognition of a significant contribution to growing
+the community, improving the project, and helping to guide the project's
+direction, typically over the course of a year or more.
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 5944d346ca..84d920bd66 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -113,4 +113,5 @@ Please see the `developer’s guide`_ for contributing and
`communication`_ for
contributor-guide/architecture
contributor-guide/roadmap
contributor-guide/quarterly_roadmap
+ contributor-guide/governance
contributor-guide/specification/index
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index fc1977697a..1adc32cc1d 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index 3cdf7b4717..c9c5b5f6ef 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
diff --git a/contributor-guide/communication.html
b/contributor-guide/governance.html
similarity index 72%
copy from contributor-guide/communication.html
copy to contributor-guide/governance.html
index 3cdf7b4717..94ef4f0c5f 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/governance.html
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Communication — Apache DataFusion documentation</title>
+ <title>Governance — 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">
@@ -34,8 +34,8 @@
<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="Architecture" href="architecture.html" />
- <link rel="prev" title="Introduction" href="index.html" />
+ <link rel="next" title="Specifications" href="specification/index.html" />
+ <link rel="prev" title="Quarterly Roadmap" href="quarterly_roadmap.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -345,8 +345,8 @@
Introduction
</a>
</li>
- <li class="toctree-l1 current active">
- <a class="current reference internal" href="#">
+ <li class="toctree-l1">
+ <a class="reference internal" href="communication.html">
Communication
</a>
</li>
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1 current active">
+ <a class="current reference internal" href="#">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
@@ -417,18 +422,23 @@
<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="#github">
- GitHub
+ <a class="reference internal nav-link" href="#overview">
+ Overview
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#slack-and-discord">
- Slack and Discord
+ <a class="reference internal nav-link" href="#roles">
+ Roles
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#mailing-list">
- Mailing list
+ <a class="reference internal nav-link" href="#becoming-a-committer">
+ Becoming a Committer
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#becoming-a-pmc-member">
+ Becoming a PMC Member
</a>
</li>
</ul>
@@ -440,7 +450,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-datafusion/edit/main/docs/source/contributor-guide/communication.md">
+ <a
href="https://github.com/apache/arrow-datafusion/edit/main/docs/source/contributor-guide/governance.md">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -477,37 +487,64 @@
specific language governing permissions and limitations
under the License.
-->
-<section id="communication">
-<h1>Communication<a class="headerlink" href="#communication" title="Link to
this heading">¶</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 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>
-<section id="github">
-<h2>GitHub<a class="headerlink" href="#github" title="Link to this
heading">¶</a></h2>
-<p>The vast majority of communication occurs in the open on our
-<a class="reference external"
href="https://github.com/apache/datafusion">github repository</a> in the form
of tickets, issues, discussions, and Pull Requests.</p>
+<section id="governance">
+<h1>Governance<a class="headerlink" href="#governance" title="Link to this
heading">¶</a></h1>
+<p>The current PMC and committers are listed in the <a class="reference
external" href="https://projects.apache.org/committee.html?datafusion">Apache
Phonebook</a>.</p>
+<section id="overview">
+<h2>Overview<a class="headerlink" href="#overview" title="Link to this
heading">¶</a></h2>
+<p>DataFusion is part of the <a class="reference external"
href="https://www.apache.org/">Apache Software Foundation</a> and is governed
following
+the <a class="reference external"
href="https://www.apache.org/theapacheway/">Apache Way</a> and <a
class="reference external"
href="https://www.apache.org/foundation/how-it-works.html#management">project
management guidelines</a>, <a class="reference external"
href="https://community.apache.org/projectIndependence.html">independently of
+commercial interests</a>.</p>
+<p>As much as practicable, we strive to make decisions by consensus, and
anyone in
+the community is encouraged to propose ideas, start discussions, and contribute
+to the project.</p>
</section>
-<section id="slack-and-discord">
-<h2>Slack and Discord<a class="headerlink" href="#slack-and-discord"
title="Link to this heading">¶</a></h2>
-<p>We use the Slack and Discord platforms for informal discussions and
coordination. These are great places to
-meet other contributors and get guidance on where to contribute. It is
important to note that any technical designs and
-decisions are made fully in the open, on GitHub.</p>
-<p>Most of us use the <code class="docutils literal notranslate"><span
class="pre">#datafusion</span></code> and <code class="docutils literal
notranslate"><span class="pre">#arrow-rust</span></code> channels in the <a
class="reference external" href="https://s.apache.org/slack-invite">ASF Slack
workspace</a> .
-Unfortunately, due to spammers, the ASF Slack workspace requires an invitation
to join. To get an invitation,
-request one in the <code class="docutils literal notranslate"><span
class="pre">Arrow</span> <span class="pre">Rust</span></code> channel of the <a
class="reference external" href="https://discord.gg/Qw5gKqHxUM">Arrow Rust
Discord server</a>.</p>
+<section id="roles">
+<h2>Roles<a class="headerlink" href="#roles" title="Link to this
heading">¶</a></h2>
+<ul class="simple">
+<li><p><strong>Contributors</strong>: Anyone who contributes to the project,
whether it be code,
+documentation, testing, issue reports, code, or some other forms.</p></li>
+<li><p><strong>Committers</strong>: Contributors who have been granted write
access to the<br />
+project’s source code repository. Committers are responsible for reviewing and
+merging pull requests. Committers are chosen by the PMC.</p></li>
+<li><p><strong>Project Management Committee (PMC)</strong>: The PMC is
responsible for the
+oversight of the project. The PMC is responsible for making decisions about the
+project, including the addition of new committers and PMC members. The PMC is
+also responsible for <a class="reference external"
href="https://www.apache.org/foundation/voting.html">voting</a> on releases and
ensuring that the project follows
+the <a class="reference external"
href="https://www.apache.org/theapacheway/">Apache Way</a>.</p></li>
+</ul>
+</section>
+<section id="becoming-a-committer">
+<h2>Becoming a Committer<a class="headerlink" href="#becoming-a-committer"
title="Link to this heading">¶</a></h2>
+<p>Contributors with sustained, high-quality activity may be invited to become
+committers by the PMC as a recognition of their contribution to the project and
+their shared commitment. Committers have the significant responsibility of
using
+their status and access to improve the project for the entire community.</p>
+<p>When considering inviting someone to be a committer, the PMC looks for
+contributors who are already doing the work and exercising the judgment
expected
+of a committer. After all, any contributor can do all of the things a committer
+does except for merge a PR. While there is no set list of requirements, nor a
+checklist that entitles one to commit privileges, typical behaviors
include:</p>
+<ul class="simple">
+<li><p>Contributions beyond pull requests, such as reviewing other pull
requests,
+fixing bugs and documentation, triaging issues, answering community questions,
+improving usability, helping with CI, verifying releases, etc.</p></li>
+<li><p>Contributions that are consistent in quality and sustained
+over time, typically on the order of 6 months or more.</p></li>
+<li><p>Assistance growing the size and health of the community via
constructive,
+respectful, and consensus driven interactions, as described in our <a
class="reference external"
href="https://www.apache.org/foundation/policies/conduct.html">Code of
+Conduct</a> and the <a class="reference external"
href="https://www.apache.org/theapacheway/">Apache Way</a>.</p></li>
+</ul>
+<p>If you feel you should be offered committer privileges, but have not been,
you
+can reach out to one of the PMC members or the
private@datafusion.apache.org mailing
+list.</p>
</section>
-<section id="mailing-list">
-<h2>Mailing list<a class="headerlink" href="#mailing-list" title="Link to this
heading">¶</a></h2>
-<p>We also use arrow.apache.org’s <code class="docutils literal
notranslate"><span class="pre">dev@</span></code> mailing list for release
coordination and occasional design discussions. Other
-than the release process, most DataFusion mailing list traffic will link to a
GitHub issue or PR for discussion.
-(<a class="reference external"
href="mailto:dev-subscribe%40datafusion.apache.org">subscribe</a>,
-<a class="reference external"
href="mailto:dev-unsubscribe%40datafusion.apache.org">unsubscribe</a>,
-<a class="reference external"
href="https://lists.apache.org/list.html?dev@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">"[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"</span></code>, so
-that the appropriate people in the Apache Arrow community notice the
message.</p>
+<section id="becoming-a-pmc-member">
+<h2>Becoming a PMC Member<a class="headerlink" href="#becoming-a-pmc-member"
title="Link to this heading">¶</a></h2>
+<p>Committers with long term sustained contributions to the project may be
invited
+to join the PMC. This is a recognition of a significant contribution to growing
+the community, improving the project, and helping to guide the project’s
+direction, typically over the course of a year or more.</p>
</section>
</section>
@@ -517,17 +554,17 @@ that the appropriate people in the Apache Arrow community
notice the message.</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="quarterly_roadmap.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">Introduction</p>
+ <p class="prev-next-title">Quarterly Roadmap</p>
</div>
</a>
- <a class='right-next' id="next-link" href="architecture.html" title="next
page">
+ <a class='right-next' id="next-link" href="specification/index.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">Architecture</p>
+ <p class="prev-next-title">Specifications</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 355f5b8c3c..46b8ad0102 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
diff --git a/contributor-guide/quarterly_roadmap.html
b/contributor-guide/quarterly_roadmap.html
index e06c1211ac..f221993a16 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.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="Specifications" href="specification/index.html" />
+ <link rel="next" title="Governance" href="governance.html" />
<link rel="prev" title="Roadmap" href="roadmap.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
@@ -653,10 +658,10 @@
<p class="prev-next-title">Roadmap</p>
</div>
</a>
- <a class='right-next' id="next-link" href="specification/index.html"
title="next page">
+ <a class='right-next' id="next-link" href="governance.html" title="next
page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">Specifications</p>
+ <p class="prev-next-title">Governance</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 55daae9d07..4288ca8dff 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal" href="specification/index.html">
Specifications
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index 5c97768841..5517a1d706 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.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="Invariants" href="invariants.html" />
- <link rel="prev" title="Quarterly Roadmap"
href="../quarterly_roadmap.html" />
+ <link rel="prev" title="Governance" href="../governance.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 current active has-children">
<a class="current reference internal" href="#">
Specifications
@@ -455,11 +460,11 @@
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="../quarterly_roadmap.html"
title="previous page">
+ <a class='left-prev' id="prev-link" href="../governance.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">Quarterly Roadmap</p>
+ <p class="prev-next-title">Governance</p>
</div>
</a>
<a class='right-next' id="next-link" href="invariants.html" title="next
page">
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index 63c446a2a4..e30692452e 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 current active has-children">
<a class="reference internal" href="index.html">
Specifications
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index 480761ba7c..ebc02bcc24 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -364,6 +364,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 current active has-children">
<a class="reference internal" href="index.html">
Specifications
diff --git a/genindex.html b/genindex.html
index 89f010d233..2cb11d1b42 100644
--- a/genindex.html
+++ b/genindex.html
@@ -362,6 +362,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="contributor-guide/specification/index.html">
Specifications
diff --git a/index.html b/index.html
index 1d6d38fa7d..30676259f0 100644
--- a/index.html
+++ b/index.html
@@ -364,6 +364,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="contributor-guide/specification/index.html">
Specifications
@@ -514,6 +519,7 @@ community.</p>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/architecture.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/roadmap.html">Roadmap</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/quarterly_roadmap.html">Quarterly Roadmap</a></li>
+<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/governance.html">Governance</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/specification/index.html">Specifications</a></li>
</ul>
</div>
diff --git a/library-user-guide/adding-udfs.html
b/library-user-guide/adding-udfs.html
index a3c2c0022b..6b3426bf0d 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/building-logical-plans.html
b/library-user-guide/building-logical-plans.html
index afcb62797f..9972b19627 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 54cb6bbddc..b3eb43f2b6 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/custom-table-providers.html
b/library-user-guide/custom-table-providers.html
index 765f869a57..882595d352 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/extending-operators.html
b/library-user-guide/extending-operators.html
index 4cb9bf6797..a24981be94 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index de4edf925a..5d42f75646 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/profiling.html
b/library-user-guide/profiling.html
index 7d847b1d4c..eef8824427 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/using-the-dataframe-api.html
b/library-user-guide/using-the-dataframe-api.html
index 6c7cd4947d..54024f2657 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/using-the-sql-api.html
b/library-user-guide/using-the-sql-api.html
index 293f230521..6fb077eb40 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/library-user-guide/working-with-exprs.html
b/library-user-guide/working-with-exprs.html
index 0874bae6ea..f6681b6e68 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/objects.inv b/objects.inv
index ea4f9ee8a3..d8bd6d07d3 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/search.html b/search.html
index 89174e124b..b846ab831f 100644
--- a/search.html
+++ b/search.html
@@ -369,6 +369,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="contributor-guide/specification/index.html">
Specifications
diff --git a/searchindex.js b/searchindex.js
index 6da893cd72..5f01c74b11 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[37, "op-neq"]], "!~": [[37,
"op-re-not-match"]], "!~*": [[37, "op-re-not-match-i"]], "!~~": [[37, "id18"]],
"!~~*": [[37, "id19"]], "#": [[37, "op-bit-xor"]], "%": [[37, "op-modulo"]],
"&": [[37, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[6,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[37, "op-multiply"]], "+": [[37, "op-plus"]], "-": [[37, "op-minus"]], "/":
[[3 [...]
\ No newline at end of file
+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
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index c3dc552f78..e03f1667de 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 0987e143cf..7879e4fd9c 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 2ddbf312bc..e7d31d5517 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index cc38ff3835..6765790542 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index 2189fa92d7..185d09eb24 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 70fa9433a7..3da9c18f92 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index e3be3b6116..854633d66c 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 7fd8d47706..34ed1d8d6c 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 73d627bcaf..087e17dd52 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 56062a8079..96279696ca 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 51e956fd7a..390db19941 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index faf7abc5b6..24efce3d14 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 5fc8699d6e..91c3d38b98 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 6c2b8eadd7..49f9d2d7af 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 64349f7331..84cab265c2 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index dc7cadce1a..723eca0553 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 2f1f44024f..5ffd5baa63 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index d8dd452db6..33b22e2c15 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index f6e8aa66e4..91a340ff86 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 6a5dac79c5..d4bf54ea7e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 4bc8e07e7f..0c46d6af34 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 16c1187e3c..7c2f7d22b0 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 775fa0ce8f..641de2a5f6 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index ecaa0670ea..1cf7efd400 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index 325680add8..b5c8dc3abb 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -365,6 +365,11 @@
Quarterly Roadmap
</a>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/governance.html">
+ Governance
+ </a>
+ </li>
<li class="toctree-l1 has-children">
<a class="reference internal"
href="../../contributor-guide/specification/index.html">
Specifications
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]