Csaba Ringhofer created IMPALA-10660:
----------------------------------------

             Summary: Impala shell prints DOUBLEs with less precision in HS2 
than beeswax
                 Key: IMPALA-10660
                 URL: https://issues.apache.org/jira/browse/IMPALA-10660
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
            Reporter: Csaba Ringhofer


python shell/impala_shell.py --protocol hs2
select cast("0.123451234512345" as double);
result: 0.123451234512 (looses precision)

python shell/impala_shell.py --protocol beeswax
select cast("0.123451234512345" as double);
result 0.123451234512345 (no precision loss)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to