In KeyString::Builder we uassert trying to add Decimal to V0 key string only in appendBsonValue.
We should move this uassert to appendDecimal instead to catch everything.
In KeyString::Builder we uassert trying to add Decimal to V0 key string only in appendBsonValue.
We should move this uassert to appendDecimal instead to catch everything.