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

Phabricator commented on HIVE-4645:
-----------------------------------

brock has commented on the revision "HIVE-4645 [jira] Stat information like 
numFiles and totalSize is not correct when sub-directory is exists".

  Navis,

  This looks good to me!!  I am seeing a failure (for hadoop2) for both the 
list_bucket_dml_{7,8} tests due to the ordering of results. In both cases it 
looks like we just need to add an ORDER BY clause to the following:

  select * from srcpart where ds = '2008-04-08' and key = '484' and value = 
'val_484';

  If you want to do that here that is great. Otherwise we can take it up in a 
future change.

REVISION DETAIL
  https://reviews.facebook.net/D11037

To: JIRA, navis
Cc: brock

                
> Stat information like numFiles and totalSize is not correct when 
> sub-directory is exists
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-4645
>                 URL: https://issues.apache.org/jira/browse/HIVE-4645
>             Project: Hive
>          Issue Type: Test
>          Components: Statistics
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4645.D11037.1.patch, HIVE-4645.D11037.2.patch
>
>
> The test "infer_bucket_sort_list_bucket.q" returns 4096 as totalSize but it's 
> size of parent directory, not sum of file size.

--
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