Description
Follow on to #10869
My (personal) North β : 1000 projects are built using DataFusion π
It would be great for other contributors to DataFusion to to make them visible somehow as well π (feel free to copy / modify the format of this ticket)
Externally Facing Nes
- Keynote presentation for SiMoD workshop at SIGMOD 2024Β #10481 Keynote went well
- SIGMOD paper published officially (ACM page), talk went well: Create presentation for DataFusion SIGMOD 2024 paperΒ #10480
- @lewiszlw became a committer and @waynexia and @ozankabak joined the PMC π
- Meetup next week in SF organized by @cpard and @emgeee: DISCUSSION: DataFusion Meetup in San Francisco Bay Area USAΒ #10340
- Meetup in China being organized in July by @waynexia and @tisonkun : DISCUSSION: DataFusion Meetup in ChinaΒ #10341 (comment)
Feature Highlights
- We are in the final phases of converting all aggregate functions thanks to @goldmedal with this , @dharanad with this @ejbyfeldt with this and @Lordworms with this
- Final example for building an external index is looking very nice Advanced example for building an external index for Row Groups *within* parquet filesΒ #10580
- Substrait is becoming much better supported thanks to @Blizzara in this , this and others, and @Lordwords implementing tests
- We updated to 52.0.0 thanks to @waynexia build(deps): update Arrow/Parquet to
52.0
, object-store to0.10
Β #10765 π
My (personal) plans for this week
- Check out @Max-Meldrum's example index from Indexing Support in DataFusion?Β #9963 (reply in thread)
- Help @jayzhan211 with Improve performance for grouping by variable length columns (strings)Β #9403
- Work on some better examples of sql analysis with @LorrensP-2158466 and @goldmedal such as Add example for writing SQL analysis using DataFusion structuresΒ #10938
Project Queue (list of future projects)
Projects I plan to help actively help review / plan
- [EPIC] Implement
StringViewArray
andBinaryViewArray
Β arrow-rs#5374 with @XiangpengHao and others - [EPIC] Continued correct and improved extracting Parquet statistics into ArrayRefs Β #10922 (with @marvinlanhenke @Weijun-H and others)
Algorithm for (my) prioritizing PR reviews
Note there are many committers who can and do review and merge PRs, so this is not the priorities of the project as a whole, just the approximate algorithm I use to prioritize my own time.
Priority:
- Bug fixes (where something is just incorrect), especially regressions (where it used to work and now does not)
- Improvements directly related to features needed for InfluxDB (my employer)
- Documentation and test improvements (I view these as very strategically important)
- PRs that I think are strategically important
- Other new features / additions to functionality (note this is the lowest)
The top strategically important projects in my head are:
- Anything that makes it easier to use DataFusion as a user (docs, examples, better APIs, etc), including Getting started guide for new users (who want to use DataFusion in their project)
- Anything that improves DataFusion's quality such as bug fixes, and improved / expanded tests, etc
- Making function packages modular and easier to mix/match
- Improved performance (with benchmarks)
Thus, if you are interested in contributing to DataFusion and are interested in a fast turn around time I would recommend looking into bug fixes / test improvements / documentation or the projects named above.
If you propose adding new functionality, especially if the PR is large/complex and not connected to a wider need, the review cycle will likely be longer. You can make it a shorter cycle by looking at the comments on other recent PRs and following the same model (e.g. ensure there are tests in sqllogictest for example, the CI passes, includes documentation, etc)
Background
The idea of this ticket is make my plans for DataFusion visible, largely for my own personal organizational needs, but also to:
- Communicate / coordinate in the community
- Help provide an interesting summary of what is happening in DataFusion this week