Re: Problem with decimal data type value search

2015-08-26 Thread Jason Dere
uble value. From: Selina Zhang Sent: Wednesday, August 26, 2015 12:03 PM To: dev@hive.apache.org Subject: Re: Problem with decimal data type value search The root cause could be Double.toString() or FloatingDecimal.toJavaFormatString() uses scientific notations if doubl

Re: Problem with decimal data type value search

2015-08-26 Thread Selina Zhang
The root cause could be Double.toString() or FloatingDecimal.toJavaFormatString() uses scientific notations if double is less than 10^-3 or greater than 10^7. It definitely is a bug. :) Selina On Wednesday, August 26, 2015 8:24 AM, Mayur Saparia wrote: On Wed, 26 Aug 2015 1

Re: Problem with decimal data type value search

2015-08-26 Thread Mayur Saparia
On Wed, 26 Aug 2015 13:45:42 +0530 wrote Hello Experts,I have been using Hive 0.13 , where I have a column of type decimal(30,0) e.g Value: 102014051502220923580957 , The above value is stored properly and even displayed properly , the problem arises when I