I'm trying to see the difference between null string values and empty strings. In any case, Hbase shows me the same value =, how could I see the difference between a null and an empty string? When I send per example toto1 = "" and toto2 = null, Hbase shows me the same thing, is there any way to differentiate the two data?
Thank you in advance
Best regards,