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