[
https://issues.apache.org/jira/browse/HIVE-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593140#comment-14593140
]
Chao Sun commented on HIVE-11042:
---------------------------------
This code overlaps a lot with the existing replaceTaskId(String, String). Is it
possible to just modify that method?
> 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)