Steve Carlin created IMPALA-15256:
-------------------------------------
Summary: Calcite planner: Wrong results for floor, ceil
Key: IMPALA-15256
URL: https://issues.apache.org/jira/browse/IMPALA-15256
Project: IMPALA
Issue Type: Sub-task
Reporter: Steve CarlinThe following is returning the wrong results: select floor(-3.2) Results: -3 An improper casting is happening within the floor function. This also applies to the ceil function. -- This message was sent by Atlassian Jira (v8.20.10#820010)
