Easier Decimal datatype mapping in HCATALOG
Currently, we have to map the DECIMAL(x,y) of HDFS DATA TYPE to STRING of HCATALOG DATA TYPE. Everytime value of x & y changes, we have to add a new data type mapping. This is not a feasible way of handling data type mapping between HDFS and H...