From 62057ca94af696753e98d7535a1f4b6c12b766c3 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 10 Jun 2026 12:37:53 -0400 Subject: [PATCH] docs: link to 2026 Q3-Q4 roadmap discussion Add a link to the current roadmap discussion (#22882) in the README and the contributor-guide roadmap page, and list it at the top of the quarterly roadmap discussions. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 ++++++ docs/source/contributor-guide/roadmap.md | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5297b68e2179f..e85131e9a4553 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,14 @@ It lets you start quickly from a fully working engine, and then customize those Please see the [contributor guide] and [communication] pages for more information. +We discuss our [roadmap] via GitHub issues and invite you +to join the conversation. The current discussion is the +[DataFusion 2026 Q3-Q4 Roadmap Discussion]. + [contributor guide]: https://datafusion.apache.org/contributor-guide [communication]: https://datafusion.apache.org/contributor-guide/communication.html +[roadmap]: https://datafusion.apache.org/contributor-guide/roadmap.html +[datafusion 2026 q3-q4 roadmap discussion]: https://github.com/apache/datafusion/issues/22882 ## Crate features diff --git a/docs/source/contributor-guide/roadmap.md b/docs/source/contributor-guide/roadmap.md index bfaf398d3f549..903b2c7b7ef38 100644 --- a/docs/source/contributor-guide/roadmap.md +++ b/docs/source/contributor-guide/roadmap.md @@ -52,12 +52,16 @@ any single organization or coordinating committee. We typically discuss our roadmap using GitHub issues, approximately quarterly, and invite you to join the discussion. +The current roadmap discussion is +[DataFusion 2026 Q3-Q4 Roadmap Discussion](https://github.com/apache/datafusion/issues/22882). + For more information: 1. [Search for issues labeled `roadmap`](https://github.com/apache/datafusion/issues?q=is%3Aissue%20%20%20roadmap) -2. [DataFusion Road Map: Q1 2026](https://github.com/apache/datafusion/issues/18494) -3. [DataFusion Road Map: Q3-Q4 2025](https://github.com/apache/datafusion/issues/15878) -4. [2024 Q4 / 2025 Q1 Roadmap](https://github.com/apache/datafusion/issues/13274) +2. [DataFusion 2026 Q3-Q4 Roadmap Discussion](https://github.com/apache/datafusion/issues/22882) +3. [DataFusion Road Map: Q1 2026](https://github.com/apache/datafusion/issues/18494) +4. [DataFusion Road Map: Q3-Q4 2025](https://github.com/apache/datafusion/issues/15878) +5. [2024 Q4 / 2025 Q1 Roadmap](https://github.com/apache/datafusion/issues/13274) ## Improvement Proposals