We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
earliest
latest
where
What is the bug?
The earliest and latest relative time functions (see #957) do not work with the where command:
source=timestamps | where earliest("now", timestamp) source=timestamps | where latest("-1hr", timestamp)
How can one reproduce the bug?
Steps to reproduce the behaviour: Execute either of the example PPL queries above.
What is the expected behaviour?
where command can be used with earliest and/or latest to filter data based on relative timestamps.
What is your host/environment?
Not applicable.
Do you have any screenshots?
Do you have any additional context?
See #957 for more on relative date times.
The text was updated successfully, but these errors were encountered:
#1020: earliest/latest not supported with where command (#1021)
3832906
* Add earliest/latest to `conditionFunctionBase`. Signed-off-by: currantw <[email protected]> * Update doc and integ tests Signed-off-by: currantw <[email protected]> * Update/fix doc tests Signed-off-by: currantw <[email protected]> * Rename variable Signed-off-by: currantw <[email protected]> * scalafmtAll Signed-off-by: currantw <[email protected]> * Fix failing integ test Signed-off-by: currantw <[email protected]> * More scalafmt. Grrr... Signed-off-by: currantw <[email protected]> --------- Signed-off-by: currantw <[email protected]>
Successfully merging a pull request may close this issue.
What is the bug?
The
earliest
andlatest
relative time functions (see #957) do not work with thewhere
command:How can one reproduce the bug?
Steps to reproduce the behaviour:
Execute either of the example PPL queries above.
What is the expected behaviour?
where
command can be used withearliest
and/orlatest
to filter data based on relative timestamps.What is your host/environment?
Not applicable.
Do you have any screenshots?
Not applicable.
Do you have any additional context?
See #957 for more on relative date times.
The text was updated successfully, but these errors were encountered: