[ 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.2.patch patch #2 - fixed transform_acid.q.out the test output has two new lines {code} hive_script_operator_env_blacklist=hive.txn.valid.txns,hive.script.operator.env.blacklist hive_txn_valid_txns=1: {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 > 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)