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
This query fails with an error similar to the one provided below
%dpl
index=abc earliest=2024-11-17T19:00:00+00:00 latest=2024-11-18T12:00:00+02:00
| stats count, earliest(_time), latest(_time)
However when the query is run without, earliest(_time), latest(_time, it works as expected
The query should return an empty table if there is no data for the specified timeframe or returns results with count, earliest(_time), latest(_time)
How to reproduce
Run this query to reproduce the issue:
%dpl
index=crud earliest=2021-01-01T19:00:00+00:00 latest=2021-12-31T12:00:00+02:00
| stats count, earliest(_time), latest(_time)
Screenshots
Error:
Job aborted due to stage failure: ...
ExecutorLostFailure ...
Reason: Container from a bad node:
....
Driver stacktrace:
Took 1 min 18 sec. Last updated
Software version
pth_10 version: 8.1.0
pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
OS:
Browser:
Version:
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
This query fails with an error similar to the one provided below
%dpl
index=abc earliest=2024-11-17T19:00:00+00:00 latest=2024-11-18T12:00:00+02:00
| stats count, earliest(_time), latest(_time)
However when the query is run without, earliest(_time), latest(_time, it works as expected
%dpl
index=abc earliest=2024-11-17T19:00:00+00:00 latest=2024-11-18T12:00:00+02:00
| stats count
Expected behavior
The query should return an empty table if there is no data for the specified timeframe or returns results with count, earliest(_time), latest(_time)
How to reproduce
Run this query to reproduce the issue:
%dpl
index=crud earliest=2021-01-01T19:00:00+00:00 latest=2021-12-31T12:00:00+02:00
| stats count, earliest(_time), latest(_time)
Screenshots
Error:
Job aborted due to stage failure: ...
ExecutorLostFailure ...
Reason: Container from a bad node:
....
Driver stacktrace:
Took 1 min 18 sec. Last updated
Software version
pth_10 version: 8.1.0
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: