[ https://issues.apache.org/jira/browse/HIVE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361477#comment-14361477 ]
Hive QA commented on HIVE-9947: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12704534/HIVE-9947.2.patch {color:green}SUCCESS:{color} +1 7764 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3039/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3039/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3039/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12704534 - PreCommit-HIVE-TRUNK-Build > ScriptOperator replaceAll uses unescaped dot and result is not assigned > ----------------------------------------------------------------------- > > Key: HIVE-9947 > URL: https://issues.apache.org/jira/browse/HIVE-9947 > Project: Hive > Issue Type: Bug > Reporter: Alexander Pivovarov > Assignee: Alexander Pivovarov > Priority: Minor > Attachments: HIVE-9947.1.patch, HIVE-9947.2.patch > > > ScriptOperator line 155 > {code} > //now > b.replaceAll(".", "_"); > // should be > b = b.replace('.', '_'); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)