delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python

Home Page:https://delta-io.github.io/delta-rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose optimize in Python bindings

wjones127 opened this issue · comments

Description

#607 added optimize implementation using datafusion in rust. If we enable the datafusion option in the Python package, we can expose this in Python. We'll likely want this feature anyways to support writer protocol version 2 (see #592).

Use Case

Related Issue(s)

commented

Is there an approximate timeline when optimization will be supported via Python? Thanks in advance!

I don't believe anyone has volunteered to work on this yet, so no timeline for now. PRs for this are welcome though! 😄

Maybe I can contribute this. I've already implement it today but without doc and unit-tests.This is my first PR, it maybe take sometime.

@loleek - that would be awesome!

We are always happy to help you along with reviews and guidance if needed. Feel free to open a draft PR in case you want to discuss.

@wjones127 this can be closed now, right?

Yes, thanks for reminding me!