Krystal created DRILL-525:
-----------------------------

             Summary: POWER function with integer base and exponent returns 
decimal result 
                 Key: DRILL-525
                 URL: https://issues.apache.org/jira/browse/DRILL-525
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Krystal


Ran the following query in drill:
0: jdbc:drill:schema=dfs> select power(12, 5) from dfs.`student` where rownum = 
10;
+------------+
|   EXPR$0   |
+------------+
| 248832.0   |
+------------+

Compared to postgres, mysql and oracle, they all returned an integer of 248832



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

Reply via email to