This PR provides strict checking of type of original field values in complex packing.
Current implementation assumes that original field values are floating-point.
Almost all decoders check the value type, but the check was missing in the complex packing decoders.
This PR provides strict checking of type of original field values in complex packing.
Current implementation assumes that original field values are floating-point. Almost all decoders check the value type, but the check was missing in the complex packing decoders.