[ 
https://issues.apache.org/jira/browse/HIVE-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-3483:
--------------------------------

    Attachment: HIVE-3483.2.patch

Sorry about that, I had uploaded an earlier version of my patch. 
Attaching HIVE-3483.2.patch, with fix for the NPE. 


                
> joins using partitioned table give incorrect results on windows 
> ----------------------------------------------------------------
>
>                 Key: HIVE-3483
>                 URL: https://issues.apache.org/jira/browse/HIVE-3483
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>         Attachments: HIVE-3483.1.patch, HIVE-3483.2.patch
>
>
> Hive CombineFilter.getSplits returns single split instead of multiple splits 
> on windows. The comparison in CombineFilter.accept() was using paths 
> converted to strings instead of using Paths themselves, and one of the 
> strings had "/C:" and other had "C:" .
> The tests that are affected by this issue include - 
> auto_join18.q,auto_join18_multi_distinct.q,
> join18.q,join18_multi_distinct.q,ppd_union_view.q,create_view.q and union20.q

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to