-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactor time point boundary check code #10587
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D60322812 |
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. Thank you for the consolidation!
VELOX_ASSERT_THROW(tryLocalYear(year(int(year::max()) + 1)), expected); | ||
VELOX_ASSERT_THROW(tryLocalYear(year(int(year::min()) - 1)), expected); | ||
|
||
// This time point triggers and assertion failure in external/date. Make sure |
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.
typo: and assertion failure -> an assertion failure.
This pull request was exported from Phabricator. Differential Revision: D60322812 |
Summary: Pull Request resolved: facebookincubator#10587 Refactor time point boundary check code to make it less fragmented, and adding more tests. Reviewed By: kagamiori Differential Revision: D60322812
224f9eb
to
0cde9fb
Compare
This pull request was exported from Phabricator. Differential Revision: D60322812 |
Summary: Pull Request resolved: facebookincubator#10587 Refactor time point boundary check code to make it less fragmented, and adding more tests. Reviewed By: kagamiori Differential Revision: D60322812
0cde9fb
to
ce9e114
Compare
Summary: Pull Request resolved: facebookincubator#10587 Refactor time point boundary check code to make it less fragmented, and adding more tests. Reviewed By: kagamiori Differential Revision: D60322812
This pull request was exported from Phabricator. Differential Revision: D60322812 |
ce9e114
to
24cfba9
Compare
This pull request has been merged in 98edcd7. |
Summary:
Refactor time point boundary check code to make it less fragmented,
and adding more tests.
Differential Revision: D60322812