-
Notifications
You must be signed in to change notification settings - Fork 413
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
Expose optimize in Python bindings #622
Comments
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. |
# Description This is a implementation of the Optimize Command for python binding. # Related Issue(s) #622 --------- Co-authored-by: dengkai02 <[email protected]>
@wjones127 this can be closed now, right? |
Yes, thanks for reminding me! |
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)
The text was updated successfully, but these errors were encountered: