Skip to content

Commit 07b1fc9

Browse files
committed
fix merge conflicts
1 parent 06f5fa9 commit 07b1fc9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sentry/search/eap/columns.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,8 @@ def resolve(
490490
search_config: SearchResolverConfig,
491491
) -> ResolvedFormula:
492492
resolver_settings = ResolverSettings(
493-
extrapolation_mode=(
494-
ExtrapolationMode.EXTRAPOLATION_MODE_SAMPLE_WEIGHTED
495-
if self.extrapolation and not search_config.disable_aggregate_extrapolation
496-
else ExtrapolationMode.EXTRAPOLATION_MODE_NONE
493+
extrapolation_mode=resolve_extrapolation_mode(
494+
search_config, self.extrapolation_mode_override
497495
),
498496
snuba_params=snuba_params,
499497
query_result_cache=query_result_cache,

0 commit comments

Comments
 (0)