Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22086
Change subject: IMPALA-13523: Decimal Precision needs to be in return type ...................................................................... IMPALA-13523: Decimal Precision needs to be in return type The Inferred return type needs to contain a decimal precision and scale. In the default case, we grab the precision and scale off of the first decimal operand. Change-Id: Ie10521b587a74930a01c08b711364f897bb2dc33 --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/CommonOperatorFunctions.java 1 file changed, 16 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/86/22086/1 -- To view, visit http://gerrit.cloudera.org:8080/22086 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie10521b587a74930a01c08b711364f897bb2dc33 Gerrit-Change-Number: 22086 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
