-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Minor: Update quarterly_roadmap.md #8044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,9 +23,22 @@ A quarterly roadmap will be published to give the DataFusion community visibilit | |
|
|
||
| ## 2023 Q4 | ||
|
|
||
| ### Underway | ||
|
|
||
| - Improved sort based optimizations [#8064](https://github.com/apache/arrow-datafusion/issues/8064) | ||
| - 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) | ||
| - Faster Merging with Parallel Cascaded Merge: [#7181](https://github.com/apache/arrow-datafusion/issues/7181) | ||
|
|
||
| ### Planning (needs additional help, guidance) | ||
|
|
||
| The following work items are still in the planning / proposal stage. | ||
|
|
||
| - Improved planning speed, especially for schemas with large numbers of columns [#5637](https://github.com/apache/arrow-datafusion/issues/5637) / [#7698](https://github.com/apache/arrow-datafusion/issues/7698) | ||
| - Make it easier to customize DataFusion, with split out function packages, etc. - [#7977](https://github.com/apache/arrow-datafusion/issues/7977) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fyi @2010YOUY01 |
||
| - User Defined Types [#7923](https://github.com/apache/arrow-datafusion/issues/7923) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fyi @yukkit |
||
| - ORC Support [#4707](https://github.com/apache/arrow-datafusion/issues/4707) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| ## 2022 Q2 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @wiedld