On 08/11/2012 06:38 PM, David Koch wrote:
Hello,I have a table whose qualifiers are always integer values. They are show in the shell in \x notation. Is there a way to have the shell show the decimal representation? Thank you, /David
Hello David,You could take the String.valueOf(yourInt) and store the Bytes.toBytes(yourString) representation of this amount as column qualifier.
Regards, Ioakim
