From e30fab6c4f29d0c73ea3c2e9f3abf3cc17c7ba13 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Fri, 2 Sep 2022 16:30:50 -0700 Subject: [PATCH] Adding changelog. --- changelog/62439.fixed | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/62439.fixed diff --git a/changelog/62439.fixed b/changelog/62439.fixed new file mode 100644 index 00000000000..5863b52c2d2 --- /dev/null +++ b/changelog/62439.fixed @@ -0,0 +1 @@ +When handling aggregation, change the order to ensure that the requisites are aggregated first and then the state functions are aggregated. Caching whether aggregate functions are available for particular states so we don't need to attempt to load them everytime.