You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2013/10/11 23:57:42 UTC

[jira] [Commented] (HIVE-5509) [WebHCat] TestDriverCurl to use string comparison for jobid

    [ https://issues.apache.org/jira/browse/HIVE-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793076#comment-13793076 ] 

Eugene Koifman commented on HIVE-5509:
--------------------------------------

+1

> [WebHCat] TestDriverCurl to use string comparison for jobid
> -----------------------------------------------------------
>
>                 Key: HIVE-5509
>                 URL: https://issues.apache.org/jira/browse/HIVE-5509
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>    Affects Versions: 0.12.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5509-1.patch
>
>
> In TestDriverCurl.pm, we sort job status array returned by templeton using:
> {code}
> sort { $a->{id} <=> $b->{id} }
> {code}
> However, "<=>" is used to compare numbers, jobid is string, so comparison is wrong. This results test JOBS_4 fail in some cases.



--
This message was sent by Atlassian JIRA
(v6.1#6144)