[ https://issues.apache.org/jira/browse/HIVE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Pivovarov updated HIVE-9947: -------------------------------------- Attachment: HIVE-9947.1.patch patch #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 > > > ScriptOperator line 155 > {code} > //now > b.replaceAll(".", "_"); > // should be > b = b.replace('.', '_'); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)