Raunak Bhagat
10/07/2024, 9:19 PMentry API here? The way this API reads is that "if min_id does not exist in this map, insert it; but if it does, then _use the already existing value_". Do we want that functionality? Shouldn't we expect that min_id does not exist at the time of insertion (and more strongly that we should panic in the case that it somehow does happen to exist)?
I was thinking the logic flow should be something more like assert!(irst_stage_aggs.insert(min_id), "this value should not exist!");Kevin Wang
10/07/2024, 9:22 PMRaunak Bhagat
10/07/2024, 9:46 PMRaunak Bhagat
10/07/2024, 9:48 PMKevin Wang
10/07/2024, 11:32 PMColin Ho
10/08/2024, 3:36 PMColin Ho
10/08/2024, 3:36 PMRaunak Bhagat
10/08/2024, 3:37 PMRaunak Bhagat
10/08/2024, 3:37 PM