You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2021/04/17 12:47:00 UTC

[jira] [Created] (IMPALA-10660) Impala shell prints DOUBLEs with less precision in HS2 than beeswax

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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org