Taras Bobrovytsky has uploaded a new change for review. http://gerrit.cloudera.org:8080/7517
Change subject: IMPALA-5722: Fix string to decimal cast ...................................................................... IMPALA-5722: Fix string to decimal cast When converting a string to a decimal, we didn't handle the case where the exponent is a large negative number. The function for computing the divisor returns -1 when the exponent is too large. The problem is fixed by making sure that the divisor is positive. Testing: -Added decimal tests. Change-Id: I1f5eb5b64a6924af2e8eb7f9a50da67015757efe --- M be/src/runtime/decimal-test.cc M be/src/util/decimal-util.h M be/src/util/string-parser.h 3 files changed, 23 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/7517/1 -- To view, visit http://gerrit.cloudera.org:8080/7517 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1f5eb5b64a6924af2e8eb7f9a50da67015757efe Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Taras Bobrovytsky <[email protected]>
