[ https://issues.apache.org/jira/browse/HIVE-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593597#comment-14593597 ]
Chao Sun commented on HIVE-11042: --------------------------------- But it is confusing to have to replaceTaskId methods (although slightly different parameters), and doing very different things. Maybe rename them? Also, why this method is public instead of private? The comments for Patch #2 is still not changed. > 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, HIVE-11042.2.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)