-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DataFusion weekly project plan (Andrew Lamb) - April 1, 2024 #9899
Comments
Really interested to see your thoughts on custom indices, its something were currently working on to improve performance of listing table. |
Sorry for the location and possibly dumb question, but shouldn't all functions be exported here: https://github.com/apache/arrow-datafusion/blob/main/datafusion/functions/src/unicode/mod.rs#L138 I am probably using the library incorrectly but (for example) |
Hi @seddonm1 👋
Yes that is the intention
I think |
Thanks @alamb . If you look at the first link I cannot see anywhere where the |
aliases for character_length are defined in https://github.com/apache/arrow-datafusion/blob/4bd7c137e0e205140e273a7c25824c94b457c660/datafusion/functions/src/unicode/character_length.rs#L45 and is used during udf registration @ https://github.com/apache/arrow-datafusion/blob/4bd7c137e0e205140e273a7c25824c94b457c660/datafusion/core/src/execution/context/mod.rs#L2137 |
DataFusion 37.0.0 is released: #9682 🌮 |
Thanks @Omega359 . I was thrown as the aliases are not registered here https://github.com/apache/arrow-datafusion/blob/3ae029988754c3fd3eb000abd4b76e643b9cbc7b/datafusion/execution/src/registry.rs#L174 |
BTW something cool for next week -- @milenkovicm WASM UDFs #9326 / #9326 (comment) / https://github.com/milenkovicm/wasaffi |
In case anyone else is following along, here are some items related to indexing:
While I had this on the brain, @matthewmturner I also filed #9964 as I suspect others will be interested in helping make ListingTable faster too |
Reviews: |
Next week #10002 |
Follow on to #9796
It would be great for other contributors to DataFusion who plan non trivial work could try to make them visible somehow as well 🙏 (feel free to copy / modify the format)
My Highlights from Last Week
37.0.0 release is looking 🚀 Release DataFusion 37.0.0 #9682
The community made great progress on unparsing expressions: Complete support for
Expr --> String
#9726"extract scalar functions from the core" continues at good pace way [Epic] Port BuiltInFunctons to
datafusion-functions-*
crates #9285 (thanks @jayzhan211 and @erenavsarogullari and @Omega359 for keeping the 🚋 running here)Submitted SIGMOD final draft : Finalize SIGMOD 2024 paper ~(if accepted)~ #8373
Ran our first in person meetup (it would be great if others wanted to organize meetups in other geographies): UPDATE: VENUE IS FULL Invitation: Mar 25, 2024 DataFusion meetup before the DataCouncil March 2024 in Austin TX #8522
We have submitted the proposal for a new top level project for DataFusion to the ASF board: [DISCUSS] Move Apache Arrow Datafusion to a new top level Apache project #6475 (comment)
My (personal) goals
1000 projects are built using DataFusion 📈
My (personal) plans for this week
LogicalPlan
during OptimizerPasses #9637Project Queue (list of future projects)
Projects I plan to help actively help review / plan
StringViewArray
andBinaryViewArray
arrow-rs#5374datafusion-functions-*
crates #9285Algorithm 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:
The top strategically important projects in my head are:
BuiltInScalarFunction
) #8045Thus, 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, 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:
The text was updated successfully, but these errors were encountered: