-
Notifications
You must be signed in to change notification settings - Fork 411
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
2023 H1 Roadmap #1128
Comments
This looks great! Really excited! Some blog post ideas:
Let me know if I should make issues for the blog posts. I'm fine tracking them elsewhere too. I'll want delta-rs community reviews, but we can just do those in the Slack chat. Thanks for putting this together. |
@MrPowers I'm interested in taking up Delta Lake + AWS Lambda blog post. Can you help me out with the process? |
@wjones127 maybe a silly question but why would you still need the Operations API that only uses data fusion (in rust) after introducing the ADBC API? From the design document I can see any query engine can potentially be used with ADBC. |
Why implement optimize and zorder when databricks is going to the opposite side with Liquid Clustering. By the moment delta-rs implement this, databricks will have made Liquid Clustering the default. |
But they are already implemented in delta-rs. |
Delta-rs team actually implemented these two features before the announcement of delta 3.0 and liquid clustering. To be honest, delta 3.0 and liquid clustering came out kinds of unexpectedly |
@rtyler |
Work committed to
These are projects current contributors are working on.
Projects seeking contributors
In addition to smaller issues labelled good-first-issue, these are some larger projects that we could use some help on. Most of them will be implemented as part of the
operations
module in the Rust source and can later be exposed to Python and other bindings.DELETE
operation (Implement simple delete case #832)UPDATE
operation (Support Update operation #1126)MERGE
operation (Implement merge command #850)OPTIMIZE
operation, which currently only works on append-only tables (Support Optimize on non-append-only tables #1125)VACUUM
with bulk requests (Update pyproject definition in pyproject.toml #405, Bulk delete support for object-store apache/arrow-rs#2615)The text was updated successfully, but these errors were encountered: