You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* agg earliest/latest fix to not have all rows in memory.
* remove unnecessary code from CurrentTimestampImpl
* EarliestLatestBuffer immutable
* spotless applied
* statsTransformationTest: Combined earliest() and latest() test
* add CurrentTimestamp tests with EqualsVerifier.
Describe the bug
This query fails:
index=crud earliest=-3y
| stats earliest(_raw), latest(_raw)
Expected behavior
Should return the earliest and latest event in _raw field
But Returns:
Job aborted due to stage failure
....
How to reproduce
Run a query similar to the one above
Screenshots
Software version
pth_10 version: 8.2.1
pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: