-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution NAMER
-
Fully Compatible
-
Execution NAMR Team 2023-09-04
-
35
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We check against `control.version` being `1` or `2`. This isn't clear for those unfamiliar with the versioning scheme. Instead we can create a enum in the time-series library:
const BucketVersion = {
kUncompressed: 1,
kCompressed: 2,
};