[ 
https://issues.apache.org/jira/browse/HIVE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364318#comment-14364318
 ] 

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/12704848/HIVE-9947.3.patch

{color:green}SUCCESS:{color} +1 7769 tests passed

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3046/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3046/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3046/

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: 12704848 - 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, HIVE-9947.3.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)

Reply via email to