-
Notifications
You must be signed in to change notification settings - Fork 23
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
Upgrade Daft to 0.1.17 for improved performance and resource usage #217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good mostly. Thanks for the PR.
Thanks for the comments @raghumdani! Please take another look, especially at the test cases now to see if this matches your expected behavior of the API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
These changes come with an API change, where Daft now provides a
read_parquet_into_pyarrow
function which returns a chunked PyArrow table directly. This PR introduces changes to use this new API as well.Daft PRs that added these improvements: