You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2016/12/18 23:33:58 UTC

[jira] [Created] (HIVE-15462) Failing test: TestCliDriver::udf_sort_array.q

Rajesh Balamohan created HIVE-15462:
---------------------------------------

             Summary: Failing test: TestCliDriver::udf_sort_array.q
                 Key: HIVE-15462
                 URL: https://issues.apache.org/jira/browse/HIVE-15462
             Project: Hive
          Issue Type: Sub-task
            Reporter: Rajesh Balamohan



{noformat}
124c124
< [{"a":1,"b":5,"c":3},{"a":1,"b":8,"c":6},{"a":9,"b":2,"c":7}]
---
> [{"b":5,"a":1,"c":3},{"b":8,"a":1,"c":6},{"b":2,"a":9,"c":7}]
Exception: Client Execution results failed with error code = 1 while executing fname=udf_sort_array.q
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)