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
Since the response type in the weighted_avg aggregation is always double and doesn't depend on the types of input value sources, we might need to address #47469 before addressing this issue.
The text was updated successfully, but these errors were encountered:
To reproduce:
response:
It looks like the problem is caused by MultiValuesSourceAggregationBuilder.resolveFormat method that always returns RAW format.
Since the response type in the weighted_avg aggregation is always double and doesn't depend on the types of input value sources, we might need to address #47469 before addressing this issue.
The text was updated successfully, but these errors were encountered: