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

Miklos Gergely commented on HIVE-23264:
---------------------------------------

Let's suppose query 1 has these results:

 
{code:java}
a
a
b
{code}
 

while query 2 has this:

 
{code:java}
a
b
b
{code}
 

Now if by error query 1 would return this:

 
{code:java}
a
a
b
b
{code}
and query 2 would return this:

 
{code:java}
a
b
{code}
 

after a -- SORT_QUERY_RESULTS the result would be fine, as there are enough 'a' 
and 'b' lines

 

> Make partition_wise_fileformat12.q deterministic with order by clauses
> ----------------------------------------------------------------------
>
>                 Key: HIVE-23264
>                 URL: https://issues.apache.org/jira/browse/HIVE-23264
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>         Attachments: HIVE-23264.01.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to