Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFusion weekly project plan (Andrew Lamb) - April 8, 2024 #10002

Closed
2 of 9 tasks
alamb opened this issue Apr 8, 2024 · 12 comments
Closed
2 of 9 tasks

DataFusion weekly project plan (Andrew Lamb) - April 8, 2024 #10002

alamb opened this issue Apr 8, 2024 · 12 comments
Assignees

Comments

@alamb
Copy link
Contributor

alamb commented Apr 8, 2024

Follow on to #9899

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

My (personal) goals

1000 projects are built using DataFusion 馃搱

My (personal) plans for this week

Project Queue (list of future projects)

Projects I plan to help actively help review / plan

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:

  1. Bug fixes (where something is just incorrect), especially regressions (where it used to work and now does not)
  2. Improvements directly related to features needed for InfluxDB (my employer)
  3. Documentation and test improvements (I view these as very strategically important)
  4. PRs that I think are strategically important
  5. Other new features / additions to functionality (note this is the lowest)

The top strategically important projects in my head are:

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, 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:

  1. Communicate / coordinate in the community
  2. Help provide an interesting summary of what is happening in DataFusion this week
@alamb
Copy link
Contributor Author

alamb commented Apr 8, 2024

@Omega359 get the 馃崁 with lucky PR 10,000: #10000

@Omega359
Copy link
Contributor

Omega359 commented Apr 8, 2024

It wasn't on purpose :)

@alamb
Copy link
Contributor Author

alamb commented Apr 8, 2024

BTW I don't think I say it enough, but @comphead I really appreciate all the effort you put in to review PRs

@alamb
Copy link
Contributor Author

alamb commented Apr 15, 2024

4 BuiltInScalarFunctions left

@liukun4515
Copy link
Contributor

liukun4515 commented Apr 18, 2024

4 BuiltInScalarFunctions left

Hi @alamb
I scan some PRs about #9285, and find the the item of datafusion/proto/proto/datafusion.proto was deleted.

I have the question about this, how to serialize and deserialize the other language logical plan/expr to datafusion?

@alamb
Copy link
Contributor Author

alamb commented Apr 18, 2024

I have the question about this, how to serialize and deserialize the other language logical plan/expr to datafusion?

I @liukun4515 -- the logical plan serialization / deserialization handles ScalarUDF and other user defined functions as before.

So for example, here is an example of how functions are serialized:

https://github.com/apache/arrow-datafusion/blob/92318c808666695fb5c2f358083f1cb13158dca9/datafusion/proto/tests/cases/roundtrip_logical_plan.rs#L1867-L1892

@alamb
Copy link
Contributor Author

alamb commented Apr 22, 2024

Next week in #10172

@alamb alamb closed this as completed Apr 22, 2024
@alamb alamb unpinned this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants