You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2015/06/18 18:23:01 UTC

[jira] [Updated] (HIVE-11042) Need fix Utilities.replaceTaskId method

     [ https://issues.apache.org/jira/browse/HIVE-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yongzhi Chen updated HIVE-11042:
--------------------------------
    Attachment: HIVE-11042.1.patch

Need code review

> Need fix Utilities.replaceTaskId method
> ---------------------------------------
>
>                 Key: HIVE-11042
>                 URL: https://issues.apache.org/jira/browse/HIVE-11042
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 1.2.0
>            Reporter: Yongzhi Chen
>            Assignee: Yongzhi Chen
>         Attachments: HIVE-11042.1.patch
>
>
> When I are looking at other bug, I found Utilities.replaceTaskId (String, int) method is not right.
> For example 
> Utilities.replaceTaskId"(ds%3D1)000001", 5); 
> return 0000000000005
> It should return (ds%3D1)000005



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)