This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 78d9613e81 Create 2023 Q4 roadmap (#7551)
78d9613e81 is described below
commit 78d9613e81557ca5e5db8b75e5c7dec47ccee0a1
Author: Grayden <[email protected]>
AuthorDate: Mon Sep 18 21:25:31 2023 -0400
Create 2023 Q4 roadmap (#7551)
* Add placeholder for 2023 Q4 roadmap
* Update docs/source/contributor-guide/quarterly_roadmap.md
Co-authored-by: Andrew Lamb <[email protected]>
* Apply suggestions from code review
Co-authored-by: Andrew Lamb <[email protected]>
* Add proper links to issues
* Fix bad issue link
* Update docs/source/contributor-guide/quarterly_roadmap.md
---------
Co-authored-by: Grayden Shand <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
---
docs/source/contributor-guide/quarterly_roadmap.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/source/contributor-guide/quarterly_roadmap.md
b/docs/source/contributor-guide/quarterly_roadmap.md
index 77b22852bf..26c503f7e5 100644
--- a/docs/source/contributor-guide/quarterly_roadmap.md
+++ b/docs/source/contributor-guide/quarterly_roadmap.md
@@ -21,6 +21,12 @@
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/arrow-datafusion/issues/6569)
+- Implementation of `ARRAY` types and related functions
[#6980](https://github.com/apache/arrow-datafusion/issues/6980)
+- Write an industrial paper about DataFusion for SIGMOD
[#6782](https://github.com/apache/arrow-datafusion/issues/6782)
+
## 2022 Q2
### DataFusion Core