-
Type:
Improvement
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Execution Team 2022-10-31
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the MinMaxStore stores empty arrays as an array with a single element of type kUnset as opposed to an array with no elements in it. This results in the need for an additional check to handle this edge case. However, the MinMaxStore should really be storing empty arrays as an array with no elements, so we need to investigate where this is happening and make the appropriate change.