[
https://issues.apache.org/jira/browse/HIVE-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795460#action_12795460
]
Namit Jain commented on HIVE-976:
---------------------------------
1. Make the new field in partitionDesc transient.
2. Are you getting diff in input40.q - if not, remove the order by - it will
change the query plan and I think the test was added to run without a
map-reduce job.
3. sample6.q - change the explain plan statement also along with the query in
all cases.
> test outputs should compare the file/directory for sampling
> ------------------------------------------------------------
>
> Key: HIVE-976
> URL: https://issues.apache.org/jira/browse/HIVE-976
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Namit Jain
> Assignee: John Sichi
> Fix For: 0.5.0
>
> Attachments: HIVE-976.patch
>
>
> Currently, all lines starting with file: are ignored.
> It means that
> file:/Users/heyongqiang/Documents/workspace/Hive-Test/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt
> [s]
> and
> file:/Users/heyongqiang/Documents/workspace/Hive-Test/build/ql/test/data/warehouse/srcbucket
> [s]
> are same - that is not good because it will hide some of the optimizations of
> sampling.
> This should be changed to compare the last token.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.