Skip to content

Conversation

@jadchaar
Copy link
Member

@jadchaar jadchaar commented Feb 28, 2021

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

  • 🧪 Added tests for changed code.
  • 🛠️ All tests pass when run locally (run tox or make test to find out!).
  • 🧹 All linting checks pass when run locally (run tox -e lint or make lint to find out!).
  • 📚 Updated documentation for changed code.
  • ⏩ Code is up-to-date with the master branch.

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Fixes OverflowError on 32-bit Linux systems.

Closes: #930

@codecov
Copy link

codecov bot commented Feb 28, 2021

Codecov Report

Merging #931 (d7501b7) into master (d66cb96) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #931   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1896      1896           
  Branches       311       311           
=========================================
  Hits          1896      1896           
Impacted Files Coverage Δ
arrow/constants.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d66cb96...d7501b7. Read the comment docs.

Copy link
Member

@krisfremen krisfremen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were hoping to get away from all the hard coded dates, but they just pull us back in. 😆

LGTM.

@jadchaar jadchaar merged commit 86116ae into master Feb 28, 2021
@jadchaar jadchaar deleted the fix-overflow branch February 28, 2021 20:04
@jadchaar
Copy link
Member Author

Hopefully by 2038 these can be fully removed 😂. Another Y2K on the horizon in 2038?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OverflowError on 32 bit Raspberry Pi 4

3 participants