Open alamb opened 1 day ago
New blog posts:
DataFusion Blog: Comparing approaches to User Defined Functions in Apache DataFusion using Python
DataFusion Blog: Apache DataFusion Comet 0.4.0 Release
Building Databases over a Weekend -- @ameyc โค๏ธ (thanks to @devanbenz for this link)
Introduction
Loosely inspired by https://this-week-in-rust.org/
Highlights
DataFusion Related Reading List
Recent Releases
Highlights from last week(s):
(I am sorry if I missed you -- please add a note to this ticket with anything you would like to highlight)
Performance
๐ ๐จ
LIKE
in various places https://github.com/apache/datafusion/pull/13288, https://github.com/apache/datafusion/pull/13260Features
PREPARE
andEXECUTE
, in several PRs such as https://github.com/apache/datafusion/pull/13242 and https://github.com/apache/datafusion/pull/13311Logical Types
SortMergeJoin correctness and stability fixes(@comphead):
Aggregation testing coverage
Unparser (Plan --> String)
Others
Major Projects / Discussions under way
13499 to try and get delta-rs updated
Looking to get more involved? Try code review!
DataFusion has a long history of community members contributing in all aspects of the project. Reviewing PRs is an especially great way to get introduced to the project, help the community and grow your own knowledge -- researching and understanding the code enough to review PRs also often inspires additional ideas for improvements.
We have docs about reviews. TLDR is: look for test coverage, if the change is understandable and well documented, and if the code can be improved. When you think the PR looks good to merge, try
@
mentioning one of the committers.Help wanted
Please feel leave your own comments on this ticket if you are looking for help
Community
Upcoming meetups:
Background:
Previous update:
Andrew's Focus Areas:
12393