Steve Carlin created IMPALA-15264:
-------------------------------------
Summary: dfloor returns wrong datatype
Key: IMPALA-15264
URL: https://issues.apache.org/jira/browse/IMPALA-15264
Project: IMPALA
Issue Type: Bug
Reporter: Steve Carlin
The dfloor function return type is inconsistent with the dceil function return
type:
create table floor_test2 as select dfloor(3.2), dceil(3.2);
describe floor_test2;
Query: describe floor_test2
+------+--------+---------+
| name | type | comment |
+------+--------+---------+
| _c0 | decimal(2,0) | |
| _c1 | double | |
+------+--------+---------+
--
This message was sent by Atlassian Jira
(v8.20.10#820010)