[ https://issues.apache.org/jira/browse/PHOENIX-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15446834#comment-15446834 ]
Hadoop QA commented on PHOENIX-2474: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12826050/PHOENIX-2474.patch against master branch at commit 14dab2f40df0d09f48f9cabbaea897009f635914. ATTACHMENT ID: 12826050 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 3 new or modified tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:red}-1 javadoc{color}. The javadoc tool appears to have generated 34 warning messages. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:red}-1 core tests{color}. The patch failed these unit tests: Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/544//testReport/ Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/544//artifact/patchprocess/patchJavadocWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/544//console This message is automatically generated. > Cannot round to a negative precision (to the left of the decimal) > ----------------------------------------------------------------- > > Key: PHOENIX-2474 > URL: https://issues.apache.org/jira/browse/PHOENIX-2474 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.6.0 > Reporter: Kevin Liew > Assignee: Kevin Liew > Labels: function, newbie, phoenix > Fix For: 4.9.0, 4.8.1 > > Attachments: PHOENIX-2474.patch > > > Query: > {noformat}select ROUND(444.44, -2){noformat} > Expected result: > {noformat}400{noformat} > Actual result: > {noformat}444.44{noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)