-
Notifications
You must be signed in to change notification settings - Fork 415
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
fix(python): reuse state in to_pyarrow_dataset
#2485
fix(python): reuse state in to_pyarrow_dataset
#2485
Conversation
08a3a35
to
8617c80
Compare
Yup this fixes the issue 🥳 |
0b80b53
to
2695081
Compare
@ion-elgreco looks like it needs a rebase. Also just curious if you'll be making a release with this fix since it's such a huge performance win for an essential feature? |
bdcbfe2
to
b53643e
Compare
@wjones127 could you take a look at the PR? |
f5294a9
to
a5071b0
Compare
abe79d9
to
6cbcf01
Compare
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 better now. Thanks.
Description
Reuse the state so we save time instead of reconstructing and verifying the state.