Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24696
Change subject: IMPALA-15264: DFLOOR returns wrong datatype. ...................................................................... IMPALA-15264: DFLOOR returns wrong datatype. dfloor should always return a double datatype, similar to dceil. Before this commit, dfloor(decimal) was returning a decimal. Change-Id: I42be103dcf206c5af467fc2bd08cfdd5c62fe7c2 Testing: added test to exprs.test --- M common/function-registry/impala_functions.py M testdata/workloads/functional-query/queries/QueryTest/exprs.test 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/24696/1 -- To view, visit http://gerrit.cloudera.org:8080/24696 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I42be103dcf206c5af467fc2bd08cfdd5c62fe7c2 Gerrit-Change-Number: 24696 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
