-
Notifications
You must be signed in to change notification settings - Fork 36
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
#1020: earliest
/latest
not supported with where
command
#1021
#1020: earliest
/latest
not supported with where
command
#1021
Conversation
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
| EARLIEST | ||
| LATEST |
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.
This is the only functional (non-test) change in this PR. Remainder of the changes are related to adding relative date time tests using where
to integration and doc tests.
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
| description | relative_string | | ||
+--------------+-----------------+ | ||
| Now | NOW | | ||
| Tomorrow | +D@D | |
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.
Why is this +D@D
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.
+D
will given a timestamp corresponding to the current time tomorrow, while +D@D
will give a timestamp corresponding to the start of tomorrow (i.e. 00:00 AM).
Thanks @currantw |
Description
Add support for using
earliest
andlatest
relative time functions with thewhere
command.Related Issues
Resolved #1020.
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.