Hi I have created a table using Phoenix. The key type is integer. When I insert a row from phoenix with key value 55 and scan the table from HBase shell I get key value as \x80\x00\x007
I created another table using HBase shell and inserted row with key value 55. Scanning the table shows that the key is stored as \x00\x00\x007. Wondering if Phoenix makes any changes to the key before storing. How can I access the tables created in Phoenix using HBase API. Thanks, ~Ashish
