-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default time constraint for queries with cumulative metrics.
A previous change (#918) updated the logic to apply a default time constraint for queries with cumulative metrics if one was not supplied. However, the fix revealed that the feature was not working for some time, possibly since the public release. I also realized that the original logic (and also the fix) is not correct with derived metrics that use cumulative metrics. There is future work to better handle time constraints / predicate push down, so removing this for now.
- Loading branch information
Showing
3 changed files
with
6 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Remove default time constraint for queries with cumulative metrics. | ||
time: 2023-12-07T17:07:04.040509-08:00 | ||
custom: | ||
Author: plypaul | ||
Issue: "917" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters