-
Notifications
You must be signed in to change notification settings - Fork 182
Arrow2 and Polars- versions are terribly outdated - updated #525
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
Conversation
@wangxiaoying , 1) |
Hi @AnatolyBuga , thanks for the PR! Looks like the rust test has some linking error. And seems like python test still has some arrow API related issues. I have a branch which has bumped arrow version. But it has some other features that need time to fully merge (I'm planning to do this in September). Not sure whether it can be helpful for this PR. |
@wangxiaoying , the branch you linked to has same old versions (arrow2 0.10, polars 0.20 etc) I have updated connectorx-python/src scripts. For me locally both connector-x and connectorx-python build fine (ie |
Oh, right this is a newer version arrow2 not arrow.
I'm not sure using |
Hi @AnatolyBuga , again thanks for the PR. I checked the code and fixed the python error here. As for the rust error, it seems like it is not related to this PR since we saw all other PRs all have this same error: #530 |
thank you very much @wangxiaoying for your help and for this great library |
Updated varsions: