Skip to content
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

Handle date with over 999999 microseconds #643

Merged
merged 3 commits into from
Aug 19, 2019

Conversation

matthewdooler
Copy link
Contributor

Fixes #636

@codecov-io
Copy link

codecov-io commented Aug 19, 2019

Codecov Report

Merging #643 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #643   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines        1531   1537    +6     
  Branches      233    234    +1     
=====================================
+ Hits         1531   1537    +6
Impacted Files Coverage Δ
arrow/parser.py 100% <100%> (ø) ⬆️

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 56f665d...3ae2f25. Read the comment docs.

Copy link
Member

@jadchaar jadchaar left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution @matthewdooler! The fix is solid, but I had a few suggestions regarding comments and tests.

tests/parser_tests.py Outdated Show resolved Hide resolved
tests/parser_tests.py Show resolved Hide resolved
tests/parser_tests.py Show resolved Hide resolved
arrow/parser.py Show resolved Hide resolved
@matthewdooler
Copy link
Contributor Author

@jadchaar thanks for the suggestions, does this look good now?

@jadchaar
Copy link
Member

Looks great now!

Since this is a sensitive change, I wanna pass it by @systemcatch as well before merging it in.

Copy link
Collaborator

@systemcatch systemcatch left a comment

Choose a reason for hiding this comment

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

Thanks @matthewdooler!

@systemcatch systemcatch merged commit fce6926 into arrow-py:master Aug 19, 2019
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.

Error parsing date with over 999999 in microseconds
4 participants