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 853ac1c46c Publish built docs triggered by
b075ac471e6d27dfe40b6586a72070a9ec4751a9
853ac1c46c is described below
commit 853ac1c46c59888c8b289388f4dccc7d26e03acc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 12 19:27:48 2024 +0000
Publish built docs triggered by b075ac471e6d27dfe40b6586a72070a9ec4751a9
---
.../contributor-guide/quarterly_roadmap.md.txt | 96 ---
_sources/contributor-guide/roadmap.md.txt | 81 +++
_sources/index.rst.txt | 1 -
contributor-guide/architecture.html | 5 -
contributor-guide/communication.html | 5 -
contributor-guide/getting_started.html | 5 -
contributor-guide/governance.html | 11 +-
contributor-guide/howtos.html | 5 -
contributor-guide/index.html | 5 -
contributor-guide/inviting.html | 5 -
contributor-guide/quarterly_roadmap.html | 760 ---------------------
contributor-guide/roadmap.html | 221 +++++-
contributor-guide/specification/index.html | 5 -
contributor-guide/specification/invariants.html | 5 -
.../specification/output-field-name-semantic.html | 5 -
contributor-guide/testing.html | 5 -
download.html | 5 -
genindex.html | 5 -
index.html | 7 +-
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 1627 -> 1609 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/crate-configuration.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 -
58 files changed, 290 insertions(+), 1134 deletions(-)
diff --git a/_sources/contributor-guide/quarterly_roadmap.md.txt
b/_sources/contributor-guide/quarterly_roadmap.md.txt
deleted file mode 100644
index ee82617225..0000000000
--- a/_sources/contributor-guide/quarterly_roadmap.md.txt
+++ /dev/null
@@ -1,96 +0,0 @@
-<!---
- 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.
--->
-
-# Quarterly Roadmap
-
-A quarterly roadmap will be published to give the DataFusion community
visibility into the priorities of the projects contributors. This roadmap is
not binding.
-
-## 2023 Q4
-
-- Improve data output (`COPY`, `INSERT` and DataFrame) output capability
[#6569](https://github.com/apache/datafusion/issues/6569)
-- Implementation of `ARRAY` types and related functions
[#6980](https://github.com/apache/datafusion/issues/6980)
-- Write an industrial paper about DataFusion for SIGMOD
[#6782](https://github.com/apache/datafusion/issues/6782)
-
-## 2022 Q2
-
-### DataFusion Core
-
-- IO Improvements
- - Reading, registering, and writing more file formats from both DataFrame
API and SQL
- - Additional options for IO including partitioning and metadata support
-- Work Scheduling
- - Improve predictability, observability and performance of IO and CPU-bound
work
- - Develop a more explicit story for managing parallelism during plan
execution
-- Memory Management
- - Add more operators for memory limited execution
-- Performance
- - Incorporate row-format into operators such as aggregate
- - Add row-format benchmarks
- - Explore JIT-compiling complex expressions
- - Explore LLVM for JIT, with inline Rust functions as the primary goal
- - Improve performance of Sort and Merge using Row Format / JIT expressions
-- Documentation
- - General improvements to DataFusion website
- - Publish design documents
-- Streaming
- - Create `StreamProvider` trait
-
-### Ballista
-
-- Make production ready
- - Shuffle file cleanup
- - Fill functional gaps between DataFusion and Ballista
- - Improve task scheduling and data exchange efficiency
- - Better error handling
- - Task failure
- - Executor lost
- - Schedule restart
- - Improve monitoring and logging
- - Auto scaling support
-- Support for multi-scheduler deployments. Initially for resiliency and fault
tolerance but ultimately to support sharding for scalability and more efficient
caching.
-- Executor deployment grouping based on resource allocation
-
-### Extensions ([datafusion-contrib](https://github.com/datafusion-contrib))
-
-####
[DataFusion-Python](https://github.com/datafusion-contrib/datafusion-python)
-
-- Add missing functionality to DataFrame and SessionContext
-- Improve documentation
-
-####
[DataFusion-S3](https://github.com/datafusion-contrib/datafusion-objectstore-s3)
-
-- Create Python bindings to use with datafusion-python
-
-#### [DataFusion-Tui](https://github.com/datafusion-contrib/datafusion-tui)
-
-- Create multiple SQL editors
-- Expose more Context and query metadata
-- Support new data sources
- - BigTable, HDFS, HTTP APIs
-
-####
[DataFusion-BigTable](https://github.com/datafusion-contrib/datafusion-bigtable)
-
-- Python binding to use with datafusion-python
-- Timestamp range predicate pushdown
-- Multi-threaded partition aware execution
-- Production ready Rust SDK
-
-####
[DataFusion-Streams](https://github.com/datafusion-contrib/datafusion-streams)
-
-- Create experimental implementation of `StreamProvider` trait
diff --git a/_sources/contributor-guide/roadmap.md.txt
b/_sources/contributor-guide/roadmap.md.txt
index a6d78d9311..3d9c1ee371 100644
--- a/_sources/contributor-guide/roadmap.md.txt
+++ b/_sources/contributor-guide/roadmap.md.txt
@@ -43,3 +43,84 @@ start a conversation using a github issue or the
make review efficient and avoid surprises.
[The current list of `EPIC`s can be found
here](https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+epic).
+
+# Quarterly Roadmap
+
+A quarterly roadmap will be published to give the DataFusion community
+visibility into the priorities of the projects contributors. This roadmap is
not
+binding and we would welcome any/all contributions to help keep this list up to
+date.
+
+## 2023 Q4
+
+- Improve data output (`COPY`, `INSERT` and DataFrame) output capability
[#6569](https://github.com/apache/datafusion/issues/6569)
+- Implementation of `ARRAY` types and related functions
[#6980](https://github.com/apache/datafusion/issues/6980)
+- Write an industrial paper about DataFusion for SIGMOD
[#6782](https://github.com/apache/datafusion/issues/6782)
+
+## 2022 Q2
+
+### DataFusion Core
+
+- IO Improvements
+ - Reading, registering, and writing more file formats from both DataFrame
API and SQL
+ - Additional options for IO including partitioning and metadata support
+- Work Scheduling
+ - Improve predictability, observability and performance of IO and CPU-bound
work
+ - Develop a more explicit story for managing parallelism during plan
execution
+- Memory Management
+ - Add more operators for memory limited execution
+- Performance
+ - Incorporate row-format into operators such as aggregate
+ - Add row-format benchmarks
+ - Explore JIT-compiling complex expressions
+ - Explore LLVM for JIT, with inline Rust functions as the primary goal
+ - Improve performance of Sort and Merge using Row Format / JIT expressions
+- Documentation
+ - General improvements to DataFusion website
+ - Publish design documents
+- Streaming
+ - Create `StreamProvider` trait
+
+### Ballista
+
+- Make production ready
+ - Shuffle file cleanup
+ - Fill functional gaps between DataFusion and Ballista
+ - Improve task scheduling and data exchange efficiency
+ - Better error handling
+ - Task failure
+ - Executor lost
+ - Schedule restart
+ - Improve monitoring and logging
+ - Auto scaling support
+- Support for multi-scheduler deployments. Initially for resiliency and fault
tolerance but ultimately to support sharding for scalability and more efficient
caching.
+- Executor deployment grouping based on resource allocation
+
+### Extensions ([datafusion-contrib](https://github.com/datafusion-contrib))
+
+###
[DataFusion-Python](https://github.com/datafusion-contrib/datafusion-python)
+
+- Add missing functionality to DataFrame and SessionContext
+- Improve documentation
+
+###
[DataFusion-S3](https://github.com/datafusion-contrib/datafusion-objectstore-s3)
+
+- Create Python bindings to use with datafusion-python
+
+### [DataFusion-Tui](https://github.com/datafusion-contrib/datafusion-tui)
+
+- Create multiple SQL editors
+- Expose more Context and query metadata
+- Support new data sources
+ - BigTable, HDFS, HTTP APIs
+
+###
[DataFusion-BigTable](https://github.com/datafusion-contrib/datafusion-bigtable)
+
+- Python binding to use with datafusion-python
+- Timestamp range predicate pushdown
+- Multi-threaded partition aware execution
+- Production ready Rust SDK
+
+###
[DataFusion-Streams](https://github.com/datafusion-contrib/datafusion-streams)
+
+- Create experimental implementation of `StreamProvider` trait
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 8fbff208f5..ca6905c434 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -121,7 +121,6 @@ To get started, see
contributor-guide/testing
contributor-guide/howtos
contributor-guide/roadmap
- contributor-guide/quarterly_roadmap
contributor-guide/governance
contributor-guide/inviting
contributor-guide/specification/index
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index 0ef9652973..79f591b61b 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index 6e9225553e..e66154dcef 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/getting_started.html
b/contributor-guide/getting_started.html
index 3d89744b68..38c7467ecf 100644
--- a/contributor-guide/getting_started.html
+++ b/contributor-guide/getting_started.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/governance.html
b/contributor-guide/governance.html
index d83c482ddd..2ae85160d5 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.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="Inviting New Committers and PMC Members"
href="inviting.html" />
- <link rel="prev" title="Quarterly Roadmap" href="quarterly_roadmap.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">
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
Governance
@@ -611,11 +606,11 @@ direction, typically over the course of a year or
more.</p>
<!-- 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="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">Quarterly Roadmap</p>
+ <p class="prev-next-title">Roadmap</p>
</div>
</a>
<a class='right-next' id="next-link" href="inviting.html" title="next
page">
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index 85a11d9505..fa0b44d808 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index fc58176ee2..f16801f734 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 9b70f6c5e3..2d6b3f468f 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/contributor-guide/quarterly_roadmap.html
b/contributor-guide/quarterly_roadmap.html
deleted file mode 100644
index bd28600c35..0000000000
--- a/contributor-guide/quarterly_roadmap.html
+++ /dev/null
@@ -1,760 +0,0 @@
-<!DOCTYPE html>
-
-<html lang="en" data-content_root="../">
- <head>
- <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>Quarterly Roadmap — 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">
-
-
- <link rel="stylesheet"
- href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
- <link rel="preload" as="font" type="font/woff2" crossorigin
- href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
- <link rel="preload" as="font" type="font/woff2" crossorigin
- href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
-
-
-
-
-
- <link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=a746c00c" />
- <link rel="stylesheet" type="text/css"
href="../_static/styles/pydata-sphinx-theme.css?v=1140d252" />
- <link rel="stylesheet" type="text/css"
href="../_static/theme_overrides.css?v=c6d785ac" />
-
- <link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
-
- <script src="../_static/documentation_options.js?v=8a448e45"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
- <script async="true" defer="true"
src="https://buttons.github.io/buttons.js"></script>
- <link rel="index" title="Index" href="../genindex.html" />
- <link rel="search" title="Search" href="../search.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">
-
-
- <!-- Google Analytics -->
-
- </head>
- <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
-
- <div class="container-fluid" id="banner"></div>
-
-
-
-
- <div class="container-xl">
- <div class="row">
-
-
- <!-- Only show if we have sidebars configured, else just a small
margin -->
- <div class="col-12 col-md-3 bd-sidebar">
- <div class="sidebar-start-items">
-
-<form class="bd-search d-flex align-items-center" action="../search.html"
method="get">
- <i class="icon fas fa-search"></i>
- <input type="search" class="form-control" name="q" id="search-input"
placeholder="Search the docs ..." aria-label="Search the docs ..."
autocomplete="off" >
-</form>
-
-<nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
- <div class="bd-toc-item active">
-
- <p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- ASF Links
- </span>
-</p>
-<ul class="nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference external" href="https://apache.org">
- Apache Software Foundation
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://www.apache.org/licenses/">
- License
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external"
href="https://www.apache.org/foundation/sponsorship.html">
- Donate
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external"
href="https://www.apache.org/foundation/thanks.html">
- Thanks
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://www.apache.org/security/">
- Security
- </a>
- </li>
-</ul>
-<p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- Links
- </span>
-</p>
-<ul class="nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference external" href="https://github.com/apache/datafusion">
- GitHub and Issue Tracker
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://crates.io/crates/datafusion">
- crates.io
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external"
href="https://docs.rs/datafusion/latest/datafusion/">
- API Docs
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://datafusion.apache.org/blog/">
- Blog
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
- Code of conduct
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../download.html">
- Download
- </a>
- </li>
-</ul>
-<p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- User Guide
- </span>
-</p>
-<ul class="nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/introduction.html">
- Introduction
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/example-usage.html">
- Example Usage
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/crate-configuration.html">
- Crate Configuration
- </a>
- </li>
- <li class="toctree-l1 has-children">
- <a class="reference internal" href="../user-guide/cli/index.html">
- DataFusion CLI
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-1"
name="toctree-checkbox-1" type="checkbox"/>
- <label for="toctree-checkbox-1">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/cli/overview.html">
- Overview
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/cli/installation.html">
- Installation
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/cli/usage.html">
- Usage
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/cli/datasources.html">
- Local Files / Directories
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/dataframe.html">
- DataFrame API
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/expressions.html">
- Expression API
- </a>
- </li>
- <li class="toctree-l1 has-children">
- <a class="reference internal" href="../user-guide/sql/index.html">
- SQL Reference
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/data_types.html">
- Data Types
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/select.html">
- SELECT syntax
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/subqueries.html">
- Subqueries
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/ddl.html">
- DDL
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/dml.html">
- DML
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/explain.html">
- EXPLAIN
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal"
href="../user-guide/sql/information_schema.html">
- Information Schema
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/operators.html">
- Operators
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal"
href="../user-guide/sql/aggregate_functions.html">
- Aggregate Functions
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal"
href="../user-guide/sql/window_functions.html">
- Window Functions
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal"
href="../user-guide/sql/scalar_functions.html">
- Scalar Functions
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/sql_status.html">
- Status
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal" href="../user-guide/sql/write_options.html">
- Write Options
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/configs.html">
- Configuration Settings
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../user-guide/faq.html">
- Frequently Asked Questions
- </a>
- </li>
-</ul>
-<p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- Library User Guide
- </span>
-</p>
-<ul class="nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference internal" href="../library-user-guide/index.html">
- Introduction
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/using-the-sql-api.html">
- Using the SQL API
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/working-with-exprs.html">
- Working with
- <code class="docutils literal notranslate">
- <span class="pre">
- Expr
- </span>
- </code>
- s
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/using-the-dataframe-api.html">
- Using the DataFrame API
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/building-logical-plans.html">
- Building Logical Plans
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../library-user-guide/catalogs.html">
- Catalogs, Schemas, and Tables
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../library-user-guide/adding-udfs.html">
- Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/custom-table-providers.html">
- Custom Table Provider
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal"
href="../library-user-guide/extending-operators.html">
- Extending DataFusion’s operators: custom LogicalPlan and Execution Plans
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="../library-user-guide/profiling.html">
- Profiling Cookbook
- </a>
- </li>
-</ul>
-<p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- Contributor Guide
- </span>
-</p>
-<ul class="current nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference internal" href="index.html">
- Introduction
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="communication.html">
- Communication
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="getting_started.html">
- Getting Started
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="architecture.html">
- Architecture
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="testing.html">
- Testing
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="howtos.html">
- HOWTOs
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="roadmap.html">
- Roadmap
- </a>
- </li>
- <li class="toctree-l1 current active">
- <a class="current reference internal" href="#">
- Quarterly Roadmap
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="governance.html">
- Governance
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference internal" href="inviting.html">
- Inviting New Committers and PMC Members
- </a>
- </li>
- <li class="toctree-l1 has-children">
- <a class="reference internal" href="specification/index.html">
- Specifications
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l2">
- <a class="reference internal" href="specification/invariants.html">
- Invariants
- </a>
- </li>
- <li class="toctree-l2">
- <a class="reference internal"
href="specification/output-field-name-semantic.html">
- Output field name semantics
- </a>
- </li>
- </ul>
- </li>
-</ul>
-<p aria-level="2" class="caption" role="heading">
- <span class="caption-text">
- DataFusion Subprojects
- </span>
-</p>
-<ul class="nav bd-sidenav">
- <li class="toctree-l1">
- <a class="reference external" href="https://arrow.apache.org/ballista/">
- DataFusion Ballista
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://datafusion.apache.org/comet/">
- DataFusion Comet
- </a>
- </li>
- <li class="toctree-l1">
- <a class="reference external" href="https://datafusion.apache.org/python/">
- DataFusion Python
- </a>
- </li>
-</ul>
-
-
- </div>
-
- <a class="navbar-brand" href="../index.html">
- <img src="../_static/images/2x_bgwhite_original.png" class="logo"
alt="logo">
- </a>
-</nav>
-
- </div>
- <div class="sidebar-end-items">
- </div>
- </div>
-
-
-
-
- <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="#q4">
- 2023 Q4
- </a>
- </li>
- <li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#q2">
- 2022 Q2
- </a>
- <ul class="nav section-nav flex-column">
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-core">
- DataFusion Core
- </a>
- </li>
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#ballista">
- Ballista
- </a>
- </li>
- <li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link"
href="#extensions-datafusion-contrib">
- Extensions (datafusion-contrib)
- </a>
- <ul class="nav section-nav flex-column">
- <li class="toc-h4 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-python">
- DataFusion-Python
- </a>
- </li>
- <li class="toc-h4 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-s3">
- DataFusion-S3
- </a>
- </li>
- <li class="toc-h4 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-tui">
- DataFusion-Tui
- </a>
- </li>
- <li class="toc-h4 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-bigtable">
- DataFusion-BigTable
- </a>
- </li>
- <li class="toc-h4 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion-streams">
- DataFusion-Streams
- </a>
- </li>
- </ul>
- </li>
- </ul>
- </li>
-</ul>
-
-</nav>
- </div>
-
- <div class="toc-item">
-
-
-<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-datafusion/edit/main/docs/source/contributor-guide/quarterly_roadmap.md">
- <i class="fas fa-pencil-alt"></i> Edit this page
- </a>
-</div>
-
- </div>
-
-
- </div>
-
-
-
-
-
-
- <main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4
bd-content" role="main">
-
- <div>
-
- <!---
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- 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.
--->
-<section id="quarterly-roadmap">
-<h1>Quarterly Roadmap<a class="headerlink" href="#quarterly-roadmap"
title="Link to this heading">¶</a></h1>
-<p>A quarterly roadmap will be published to give the DataFusion community
visibility into the priorities of the projects contributors. This roadmap is
not binding.</p>
-<section id="q4">
-<h2>2023 Q4<a class="headerlink" href="#q4" title="Link to this
heading">¶</a></h2>
-<ul class="simple">
-<li><p>Improve data output (<code class="docutils literal notranslate"><span
class="pre">COPY</span></code>, <code class="docutils literal
notranslate"><span class="pre">INSERT</span></code> and DataFrame) output
capability <a class="reference external"
href="https://github.com/apache/datafusion/issues/6569">#6569</a></p></li>
-<li><p>Implementation of <code class="docutils literal notranslate"><span
class="pre">ARRAY</span></code> types and related functions <a class="reference
external"
href="https://github.com/apache/datafusion/issues/6980">#6980</a></p></li>
-<li><p>Write an industrial paper about DataFusion for SIGMOD <a
class="reference external"
href="https://github.com/apache/datafusion/issues/6782">#6782</a></p></li>
-</ul>
-</section>
-<section id="q2">
-<h2>2022 Q2<a class="headerlink" href="#q2" title="Link to this
heading">¶</a></h2>
-<section id="datafusion-core">
-<h3>DataFusion Core<a class="headerlink" href="#datafusion-core" title="Link
to this heading">¶</a></h3>
-<ul class="simple">
-<li><p>IO Improvements</p>
-<ul>
-<li><p>Reading, registering, and writing more file formats from both DataFrame
API and SQL</p></li>
-<li><p>Additional options for IO including partitioning and metadata
support</p></li>
-</ul>
-</li>
-<li><p>Work Scheduling</p>
-<ul>
-<li><p>Improve predictability, observability and performance of IO and
CPU-bound work</p></li>
-<li><p>Develop a more explicit story for managing parallelism during plan
execution</p></li>
-</ul>
-</li>
-<li><p>Memory Management</p>
-<ul>
-<li><p>Add more operators for memory limited execution</p></li>
-</ul>
-</li>
-<li><p>Performance</p>
-<ul>
-<li><p>Incorporate row-format into operators such as aggregate</p></li>
-<li><p>Add row-format benchmarks</p></li>
-<li><p>Explore JIT-compiling complex expressions</p></li>
-<li><p>Explore LLVM for JIT, with inline Rust functions as the primary
goal</p></li>
-<li><p>Improve performance of Sort and Merge using Row Format / JIT
expressions</p></li>
-</ul>
-</li>
-<li><p>Documentation</p>
-<ul>
-<li><p>General improvements to DataFusion website</p></li>
-<li><p>Publish design documents</p></li>
-</ul>
-</li>
-<li><p>Streaming</p>
-<ul>
-<li><p>Create <code class="docutils literal notranslate"><span
class="pre">StreamProvider</span></code> trait</p></li>
-</ul>
-</li>
-</ul>
-</section>
-<section id="ballista">
-<h3>Ballista<a class="headerlink" href="#ballista" title="Link to this
heading">¶</a></h3>
-<ul class="simple">
-<li><p>Make production ready</p>
-<ul>
-<li><p>Shuffle file cleanup</p></li>
-<li><p>Fill functional gaps between DataFusion and Ballista</p></li>
-<li><p>Improve task scheduling and data exchange efficiency</p></li>
-<li><p>Better error handling</p>
-<ul>
-<li><p>Task failure</p></li>
-<li><p>Executor lost</p></li>
-<li><p>Schedule restart</p></li>
-</ul>
-</li>
-<li><p>Improve monitoring and logging</p></li>
-<li><p>Auto scaling support</p></li>
-</ul>
-</li>
-<li><p>Support for multi-scheduler deployments. Initially for resiliency and
fault tolerance but ultimately to support sharding for scalability and more
efficient caching.</p></li>
-<li><p>Executor deployment grouping based on resource allocation</p></li>
-</ul>
-</section>
-<section id="extensions-datafusion-contrib">
-<h3>Extensions (<a class="reference external"
href="https://github.com/datafusion-contrib">datafusion-contrib</a>)<a
class="headerlink" href="#extensions-datafusion-contrib" title="Link to this
heading">¶</a></h3>
-<section id="datafusion-python">
-<h4><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-python">DataFusion-Python</a><a
class="headerlink" href="#datafusion-python" title="Link to this
heading">¶</a></h4>
-<ul class="simple">
-<li><p>Add missing functionality to DataFrame and SessionContext</p></li>
-<li><p>Improve documentation</p></li>
-</ul>
-</section>
-<section id="datafusion-s3">
-<h4><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-objectstore-s3">DataFusion-S3</a><a
class="headerlink" href="#datafusion-s3" title="Link to this
heading">¶</a></h4>
-<ul class="simple">
-<li><p>Create Python bindings to use with datafusion-python</p></li>
-</ul>
-</section>
-<section id="datafusion-tui">
-<h4><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-tui">DataFusion-Tui</a><a
class="headerlink" href="#datafusion-tui" title="Link to this
heading">¶</a></h4>
-<ul class="simple">
-<li><p>Create multiple SQL editors</p></li>
-<li><p>Expose more Context and query metadata</p></li>
-<li><p>Support new data sources</p>
-<ul>
-<li><p>BigTable, HDFS, HTTP APIs</p></li>
-</ul>
-</li>
-</ul>
-</section>
-<section id="datafusion-bigtable">
-<h4><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-bigtable">DataFusion-BigTable</a><a
class="headerlink" href="#datafusion-bigtable" title="Link to this
heading">¶</a></h4>
-<ul class="simple">
-<li><p>Python binding to use with datafusion-python</p></li>
-<li><p>Timestamp range predicate pushdown</p></li>
-<li><p>Multi-threaded partition aware execution</p></li>
-<li><p>Production ready Rust SDK</p></li>
-</ul>
-</section>
-<section id="datafusion-streams">
-<h4><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-streams">DataFusion-Streams</a><a
class="headerlink" href="#datafusion-streams" title="Link to this
heading">¶</a></h4>
-<ul class="simple">
-<li><p>Create experimental implementation of <code class="docutils literal
notranslate"><span class="pre">StreamProvider</span></code> trait</p></li>
-</ul>
-</section>
-</section>
-</section>
-</section>
-
-
- </div>
-
-
- <!-- Previous / next buttons -->
-<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="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">Roadmap</p>
- </div>
- </a>
- <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">Governance</p>
- </div>
- <i class="fas fa-angle-right"></i>
- </a>
-</div>
-
- </main>
-
-
- </div>
- </div>
-
- <script
src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
-
-<!-- Based on pydata_sphinx_theme/footer.html -->
-<footer class="footer mt-5 mt-md-0">
- <div class="container">
-
- <div class="footer-item">
- <p class="copyright">
- © Copyright 2019-2024, Apache Software Foundation.<br>
-</p>
- </div>
-
- <div class="footer-item">
- <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.3.7.<br>
-</p>
- </div>
-
- <div class="footer-item">
- <p>Apache DataFusion, Apache, the Apache feather logo, and the Apache
DataFusion project logo</p>
- <p>are either registered trademarks or trademarks of The Apache Software
Foundation in the United States and other countries.</p>
- </div>
- </div>
-</footer>
-
-
- </body>
-</html>
\ No newline at end of file
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 911c339e60..5adfbb8a83 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/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="Quarterly Roadmap" href="quarterly_roadmap.html" />
+ <link rel="next" title="Governance" href="governance.html" />
<link rel="prev" title="HOWTOs" href="howtos.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
@@ -478,16 +473,82 @@
<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="#planning-epics">
- Planning
- <code class="docutils literal notranslate">
- <span class="pre">
- EPIC
- </span>
- </code>
- s
+ <li class="toc-h1 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#">
+ Roadmap
</a>
+ <ul class="visible nav section-nav flex-column">
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#planning-epics">
+ Planning
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ EPIC
+ </span>
+ </code>
+ s
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toc-h1 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#quarterly-roadmap">
+ Quarterly Roadmap
+ </a>
+ <ul class="visible nav section-nav flex-column">
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#q4">
+ 2023 Q4
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#q2">
+ 2022 Q2
+ </a>
+ <ul class="nav section-nav flex-column">
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-core">
+ DataFusion Core
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#ballista">
+ Ballista
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#extensions-datafusion-contrib">
+ Extensions (datafusion-contrib)
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-python">
+ DataFusion-Python
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-s3">
+ DataFusion-S3
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-tui">
+ DataFusion-Tui
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-bigtable">
+ DataFusion-BigTable
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion-streams">
+ DataFusion-Streams
+ </a>
+ </li>
+ </ul>
+ </li>
+ </ul>
</li>
</ul>
@@ -558,6 +619,132 @@ start a conversation using a github issue or the
make review efficient and avoid surprises.</p>
<p><a class="reference external"
href="https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+epic">The
current list of <code class="docutils literal notranslate"><span
class="pre">EPIC</span></code>s can be found here</a>.</p>
</section>
+</section>
+<section id="quarterly-roadmap">
+<h1>Quarterly Roadmap<a class="headerlink" href="#quarterly-roadmap"
title="Link to this heading">¶</a></h1>
+<p>A quarterly roadmap will be published to give the DataFusion community
+visibility into the priorities of the projects contributors. This roadmap is
not
+binding and we would welcome any/all contributions to help keep this list up to
+date.</p>
+<section id="q4">
+<h2>2023 Q4<a class="headerlink" href="#q4" title="Link to this
heading">¶</a></h2>
+<ul class="simple">
+<li><p>Improve data output (<code class="docutils literal notranslate"><span
class="pre">COPY</span></code>, <code class="docutils literal
notranslate"><span class="pre">INSERT</span></code> and DataFrame) output
capability <a class="reference external"
href="https://github.com/apache/datafusion/issues/6569">#6569</a></p></li>
+<li><p>Implementation of <code class="docutils literal notranslate"><span
class="pre">ARRAY</span></code> types and related functions <a class="reference
external"
href="https://github.com/apache/datafusion/issues/6980">#6980</a></p></li>
+<li><p>Write an industrial paper about DataFusion for SIGMOD <a
class="reference external"
href="https://github.com/apache/datafusion/issues/6782">#6782</a></p></li>
+</ul>
+</section>
+<section id="q2">
+<h2>2022 Q2<a class="headerlink" href="#q2" title="Link to this
heading">¶</a></h2>
+<section id="datafusion-core">
+<h3>DataFusion Core<a class="headerlink" href="#datafusion-core" title="Link
to this heading">¶</a></h3>
+<ul class="simple">
+<li><p>IO Improvements</p>
+<ul>
+<li><p>Reading, registering, and writing more file formats from both DataFrame
API and SQL</p></li>
+<li><p>Additional options for IO including partitioning and metadata
support</p></li>
+</ul>
+</li>
+<li><p>Work Scheduling</p>
+<ul>
+<li><p>Improve predictability, observability and performance of IO and
CPU-bound work</p></li>
+<li><p>Develop a more explicit story for managing parallelism during plan
execution</p></li>
+</ul>
+</li>
+<li><p>Memory Management</p>
+<ul>
+<li><p>Add more operators for memory limited execution</p></li>
+</ul>
+</li>
+<li><p>Performance</p>
+<ul>
+<li><p>Incorporate row-format into operators such as aggregate</p></li>
+<li><p>Add row-format benchmarks</p></li>
+<li><p>Explore JIT-compiling complex expressions</p></li>
+<li><p>Explore LLVM for JIT, with inline Rust functions as the primary
goal</p></li>
+<li><p>Improve performance of Sort and Merge using Row Format / JIT
expressions</p></li>
+</ul>
+</li>
+<li><p>Documentation</p>
+<ul>
+<li><p>General improvements to DataFusion website</p></li>
+<li><p>Publish design documents</p></li>
+</ul>
+</li>
+<li><p>Streaming</p>
+<ul>
+<li><p>Create <code class="docutils literal notranslate"><span
class="pre">StreamProvider</span></code> trait</p></li>
+</ul>
+</li>
+</ul>
+</section>
+<section id="ballista">
+<h3>Ballista<a class="headerlink" href="#ballista" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Make production ready</p>
+<ul>
+<li><p>Shuffle file cleanup</p></li>
+<li><p>Fill functional gaps between DataFusion and Ballista</p></li>
+<li><p>Improve task scheduling and data exchange efficiency</p></li>
+<li><p>Better error handling</p>
+<ul>
+<li><p>Task failure</p></li>
+<li><p>Executor lost</p></li>
+<li><p>Schedule restart</p></li>
+</ul>
+</li>
+<li><p>Improve monitoring and logging</p></li>
+<li><p>Auto scaling support</p></li>
+</ul>
+</li>
+<li><p>Support for multi-scheduler deployments. Initially for resiliency and
fault tolerance but ultimately to support sharding for scalability and more
efficient caching.</p></li>
+<li><p>Executor deployment grouping based on resource allocation</p></li>
+</ul>
+</section>
+<section id="extensions-datafusion-contrib">
+<h3>Extensions (<a class="reference external"
href="https://github.com/datafusion-contrib">datafusion-contrib</a>)<a
class="headerlink" href="#extensions-datafusion-contrib" title="Link to this
heading">¶</a></h3>
+</section>
+<section id="datafusion-python">
+<h3><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-python">DataFusion-Python</a><a
class="headerlink" href="#datafusion-python" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Add missing functionality to DataFrame and SessionContext</p></li>
+<li><p>Improve documentation</p></li>
+</ul>
+</section>
+<section id="datafusion-s3">
+<h3><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-objectstore-s3">DataFusion-S3</a><a
class="headerlink" href="#datafusion-s3" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Create Python bindings to use with datafusion-python</p></li>
+</ul>
+</section>
+<section id="datafusion-tui">
+<h3><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-tui">DataFusion-Tui</a><a
class="headerlink" href="#datafusion-tui" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Create multiple SQL editors</p></li>
+<li><p>Expose more Context and query metadata</p></li>
+<li><p>Support new data sources</p>
+<ul>
+<li><p>BigTable, HDFS, HTTP APIs</p></li>
+</ul>
+</li>
+</ul>
+</section>
+<section id="datafusion-bigtable">
+<h3><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-bigtable">DataFusion-BigTable</a><a
class="headerlink" href="#datafusion-bigtable" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Python binding to use with datafusion-python</p></li>
+<li><p>Timestamp range predicate pushdown</p></li>
+<li><p>Multi-threaded partition aware execution</p></li>
+<li><p>Production ready Rust SDK</p></li>
+</ul>
+</section>
+<section id="datafusion-streams">
+<h3><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-streams">DataFusion-Streams</a><a
class="headerlink" href="#datafusion-streams" title="Link to this
heading">¶</a></h3>
+<ul class="simple">
+<li><p>Create experimental implementation of <code class="docutils literal
notranslate"><span class="pre">StreamProvider</span></code> trait</p></li>
+</ul>
+</section>
+</section>
</section>
@@ -573,10 +760,10 @@ make review efficient and avoid surprises.</p>
<p class="prev-next-title">HOWTOs</p>
</div>
</a>
- <a class='right-next' id="next-link" href="quarterly_roadmap.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">Quarterly Roadmap</p>
+ <p class="prev-next-title">Governance</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index 95e28b8087..9e51f7593a 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="../quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="../governance.html">
Governance
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index f6bfd2f9d1..b3ad32512a 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="../quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="../governance.html">
Governance
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index dba161ed69..17a4eb6cc7 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -389,11 +389,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="../quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="../governance.html">
Governance
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 27968d863d..0909b0b2be 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -390,11 +390,6 @@
Roadmap
</a>
</li>
- <li class="toctree-l1">
- <a class="reference internal" href="quarterly_roadmap.html">
- Quarterly Roadmap
- </a>
- </li>
<li class="toctree-l1">
<a class="reference internal" href="governance.html">
Governance
diff --git a/download.html b/download.html
index 0d22afa1b2..f99b67d629 100644
--- a/download.html
+++ b/download.html
@@ -390,11 +390,6 @@
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
diff --git a/genindex.html b/genindex.html
index 09b3bda8d5..b92205f405 100644
--- a/genindex.html
+++ b/genindex.html
@@ -387,11 +387,6 @@
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
diff --git a/index.html b/index.html
index 830af9c82c..bc19ebc66b 100644
--- a/index.html
+++ b/index.html
@@ -389,11 +389,6 @@
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
@@ -585,7 +580,7 @@ community.</p>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/testing.html">Testing</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/howtos.html">HOWTOs</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/roadmap.html#quarterly-roadmap">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/inviting.html">Inviting New Committers and PMC
Members</a></li>
<li class="toctree-l1"><a class="reference internal"
href="contributor-guide/specification/index.html">Specifications</a></li>
diff --git a/library-user-guide/adding-udfs.html
b/library-user-guide/adding-udfs.html
index a159508144..ad53fa4868 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/building-logical-plans.html
b/library-user-guide/building-logical-plans.html
index 9259e1077f..5bce2f737d 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index a985b81342..9c012266f0 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/custom-table-providers.html
b/library-user-guide/custom-table-providers.html
index cf06ba6528..d49f4a9267 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/extending-operators.html
b/library-user-guide/extending-operators.html
index 5caf73e422..db9bff89b4 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index 15e1ae4d55..3ddb7ceb58 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/profiling.html
b/library-user-guide/profiling.html
index 9d38a0adde..c9de93282c 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/using-the-dataframe-api.html
b/library-user-guide/using-the-dataframe-api.html
index 9374fae2a0..d0c77c730f 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/using-the-sql-api.html
b/library-user-guide/using-the-sql-api.html
index e5ea4955e2..3cf355463e 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -390,11 +390,6 @@
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
diff --git a/library-user-guide/working-with-exprs.html
b/library-user-guide/working-with-exprs.html
index dda1744085..8b8dca51de 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -390,11 +390,6 @@
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
diff --git a/objects.inv b/objects.inv
index 91383ce951..6805b1f116 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/search.html b/search.html
index 6baf63b793..2d3c1aba9f 100644
--- a/search.html
+++ b/search.html
@@ -394,11 +394,6 @@
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
diff --git a/searchindex.js b/searchindex.js
index ccd5382269..258d13e1b7 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[44, "op-neq"]], "!~": [[44,
"op-re-not-match"]], "!~*": [[44, "op-re-not-match-i"]], "!~~": [[44, "id18"]],
"!~~*": [[44, "id19"]], "#": [[44, "op-bit-xor"]], "%": [[44, "op-modulo"]],
"&": [[44, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[10,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[44, "op-multiply"]], "+": [[44, "op-plus"]], "-": [[44, "op-minus"]], "/": [[
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43,
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]],
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]],
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index e7f3478fb8..448f44afcd 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 5bea717637..79636fd3f7 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index c4c8fe8995..7ac74d4e36 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index 87eff2a7d3..e5626d7181 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index 2607744caf..72ced0279e 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 0f38bdc6d2..dc88bc2b22 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/crate-configuration.html
b/user-guide/crate-configuration.html
index 2c11c880d1..ff0308b076 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index c3b2584cd1..32797f4aee 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 8e75613485..80a497d192 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 4ca966891f..a2e4f633a0 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 2a2f968881..13ba1c0997 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index d92c6c9998..babddef386 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index 5a63032e9a..7cc67f3e84 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index ba2c9aefb4..5fcbc439ea 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 6db0645c9c..ede1012b0f 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 313e500d9a..dd40df3afd 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 2988e917ad..74c5e1942f 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 722e182f15..ad28d4a24f 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index dd11bac5c0..26f35708d5 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 06c2c0a622..f3266530f0 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 1aa164a744..f1e4b1e18e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 5901cba46a..6a348ed9a4 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index a86b883fcc..2615b6d0b6 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index d9a940426d..c256c8f86a 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index 7771e8e445..0250423754 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -390,11 +390,6 @@
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
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index a1b6025f8e..1926e4671f 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -390,11 +390,6 @@
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]