[ https://issues.apache.org/jira/browse/HIVE-21366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823797#comment-16823797 ]
Hive QA commented on HIVE-21366: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12966687/HIVE-21366.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 18 failed/errored test(s), 15824 tests executed *Failed tests:* {noformat} TestCachedStore - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestCatalogCaching - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestDataSourceProviderFactory - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestDeadline - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestHiveMetaStoreGetMetaConf - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestHiveMetaStoreTimeout - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestHiveMetaStoreTxns - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMarkPartition - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMarkPartitionRemote - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMetaStoreEventListenerOnlyOnCommit - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMetaStoreEventListenerWithOldConf - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMetaStoreInitListener - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMetaStoreListenersError - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestMetaStoreSchemaInfo - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestObjectStore - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestObjectStoreSchemaMethods - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestRemoteHiveMetaStoreZKBindHost - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestTableIterable - did not produce a TEST-*.xml file (likely timed out) (batchId=231) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17009/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17009/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17009/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 18 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12966687 - PreCommit-HIVE-Build > Inconsistent behavior of ROUND() with integer in string as argument > ------------------------------------------------------------------- > > Key: HIVE-21366 > URL: https://issues.apache.org/jira/browse/HIVE-21366 > Project: Hive > Issue Type: Bug > Reporter: Sergey Yavorski > Assignee: Bruno Pusztahazi > Priority: Major > Attachments: HIVE-21366.1.patch, HIVE-21366.2.patch, > HIVE-21366.3.patch > > > hive> SELECT ROUND('1',4) AS r_str, ROUND(1,4) AS r_num; > OK > r_str r_num > *{color:#FF0000}1.0{color}* 1 -- This message was sent by Atlassian JIRA (v7.6.3#76005)