[
https://issues.apache.org/jira/browse/HIVE-15462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760072#comment-15760072
]
Rajesh Balamohan commented on HIVE-15462:
-----------------------------------------
[~aihuaxu] - Can you please suggest on whether HIVE-15383 is supposed to change
result of udf_sort_array.q.out. Thought it would change the plan output. When
udf_sort_array.q.out change is reverted, this test works fine.
> 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)