[ https://issues.apache.org/jira/browse/HIVE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364525#comment-14364525 ]
Gunther Hagleitner commented on HIVE-9947: ------------------------------------------ +1 > 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)