Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
-
None
Description
The following query:
SELECT sum(decimal_field * smallint_field) AS `order_total` FROM mysql.`drill_mysql_test`.person e
returns order_total field with DECIMAL(42, 2) type, but Drill supports max presision of 38.