[ 
https://issues.apache.org/jira/browse/PHOENIX-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vaclav Loffelmann updated PHOENIX-1047:
---------------------------------------

    Attachment: PHOENIX-1047.patch

Add integration test for bug reproduction.

> Auto cast - add/sub decimal constant and integer
> ------------------------------------------------
>
>                 Key: PHOENIX-1047
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1047
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0, 3.1, 4.1
>            Reporter: Vaclav Loffelmann
>         Attachments: PHOENIX-1047.patch
>
>
> Automatic casting to decimal doesn't works in arithmetic expression (add or 
> subtract decimal constant). For example query like this (col1 and col2 are 
> integers):
> bq. SELECT col1 / (col2 + 0.5) FROM test_table
> Returns integer with truncated decimal part.
> In older versions of phoenix this worked fine.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to