[
https://issues.apache.org/jira/browse/HIVE-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594972#comment-14594972
]
Yongzhi Chen commented on HIVE-11042:
-------------------------------------
The failure is not related. I ran the test in my own machine, it passed.
> 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,
> HIVE-11042.3.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)