-
Notifications
You must be signed in to change notification settings - Fork 140
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
SNOW-1729244 support for large and small timestamps #1038
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1038 +/- ##
==========================================
+ Coverage 85.84% 85.97% +0.12%
==========================================
Files 118 118
Lines 11482 11493 +11
Branches 1148 1152 +4
==========================================
+ Hits 9857 9881 +24
+ Misses 1341 1333 -8
+ Partials 284 279 -5 ☔ View full report in Codecov by Sentry. |
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.
besides this one what sfc-gh-knozderko found looks legit
Description
Support for large and small timestamps such as 0001-01-01 and 9999-12-31.
Checklist
dotnet test
)