-
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
BUG: Fix integer overflow when reading int64 column #260
BUG: Fix integer overflow when reading int64 column #260
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.
Thanks @theroggy !
I'm using the 0.6.0 version now. I don't know how to fix it in the current version. Could you help me? |
It depends a bit on your specific needs, but using the current version you could try using |
OK. Thanks. I will try it. |
Wow, it's a good solution using read_dataframe with use_arrow=True can fix the issue. Very very thanks. |
Yes, but there is no date fixed yet. |
I run an executable file after running pyinstaller. It reported, "Failed to execute script 'main' due to unhandled exception: No module named 'pyogrio._geometry'". Why is it? |
I don't think this is related to this PR? Anyway, I'm not familiar with pyinstaller, so I'm afraid I cannot help you. |
I got it. Thanks. |
If you run into issues with pyinstaller, you can always open a new issue (although I am afraid that none of us is very familiar with it, but there might be others that have the same issue or can help) |
Closes #259