hi, ALL:Recently I'm importing existing hbase table to phoenix and I found out phoenix toBytes method(org.apache.phoenix.schema.types.PInteger.toBytes) is different to hbase(org.apache.hadoop.hbase.util.Bytes.toBytes).
And document says only support hbase positive values. Why not just use hbase to bytes? And hbase negative values is supported?
