Re: Unsigned Data Type Support

2015-07-23 Thread Alan Gates
No, we don't natively support this in Hive. Alan. saurabh July 23, 2015 at 3:27 Hi All, Is there any data type in hive which only stores positive values and converts the negative values to ZERO? This can be handled while data processing e.g. CASE statement o

Unsigned Data Type Support

2015-07-23 Thread saurabh
Hi All, Is there any data type in hive which only stores positive values and converts the negative values to ZERO? This can be handled while data processing e.g. CASE statement or COLEASCE(IF()), just wanted to be check if this can be handled at the Table definition level. Thanks in Advance. Re