Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex committed Jan 16, 2025
1 parent e6d40d8 commit 2db1b0f
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 36 deletions.
3 changes: 3 additions & 0 deletions src/sentry/search/eap/spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ def _resolve_where(
def _resolve_having(
self, terms: event_filter.ParsedTerms
) -> tuple[AggregationFilter | None, list[VirtualColumnContext | None]]:
if not self.config.use_aggregate_conditions:
return None, []

parsed_terms = []
resolved_contexts = []
for item in terms:
Expand Down
Loading

0 comments on commit 2db1b0f

Please sign in to comment.