-
Notifications
You must be signed in to change notification settings - Fork 917
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 to_timestamps truncated subsecond calculation #11367
Fix to_timestamps truncated subsecond calculation #11367
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.10 #11367 +/- ##
===============================================
Coverage ? 86.43%
===============================================
Files ? 143
Lines ? 22777
Branches ? 0
===============================================
Hits ? 19687
Misses ? 3090
Partials ? 0 Continue to review full report at Codecov.
|
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.
LGTM
@gpucibot merge |
Description
Fix truncated subsecond calculation to adjust for the actual digits read in decimal 10 notation.
Added new test strings to include an appended 'Z' after the subsecond digits to test this fix.
Closes #11350
Checklist