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

Thejas M Nair commented on HIVE-10563:
--------------------------------------

[~hsubramaniyan] I took a quick look at QTestUtil, it looks like the directive 
is only per .q file. It does not seem to be required per query. [~ashutoshc] Is 
my understanding right ?

In the new patch this query with order-by added does not seem to really need it 
-
For example -
{code:title=auto_join0.q}
-  (SELECT * FROM src WHERE src.key < 10) src1 
+  (SELECT * FROM src WHERE src.key < 10 order by src.key, src.value) src1 
     JOIN 
-  (SELECT * FROM src WHERE src.key < 10) src2
+  (SELECT * FROM src WHERE src.key < 10 order by src.key, src.value) src2{code}
{code}


> MiniTezCliDriver tests ordering issues
> --------------------------------------
>
>                 Key: HIVE-10563
>                 URL: https://issues.apache.org/jira/browse/HIVE-10563
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Hari Sankar Sivarama Subramaniyan
>            Assignee: Hari Sankar Sivarama Subramaniyan
>         Attachments: HIVE-10563.1.patch, HIVE-10563.2.patch
>
>
> There are a bunch of tests related to TestMiniTezCliDriver which gives 
> ordering issues when run on Centos/Windows/OSX



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

Reply via email to