I have a column in table which values are like this : 0102000020E610000005000000FFFFFF, their data type is BYTE however Hive doesn't seem to support a BYTE type.
Let me explain if a create a point like this point(25,45) in hive the result that I get is 010100000000000000000039400000000000804640 which is bytes and I want to store that value. So I want to set the data type of a column in a table to Bytes but it's not supported by Hive