Daniel Dai created HIVE-5509:
--------------------------------

             Summary: [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)

Reply via email to