HBase stores values as byte arrays. When a float value is converted to byte, there is a possibility of data truncation.
I guess the precision loss that happens due to data truncation might be the reason for getting the same value 0 repeatedly. BR/Manoj
