Francis Liu created HCATALOG-457:
------------------------------------
Summary: Failure in unit test due to change in FetchWork signature
Key: HCATALOG-457
URL: https://issues.apache.org/jira/browse/HCATALOG-457
Project: HCatalog
Issue Type: Bug
Affects Versions: 0.5
Reporter: Francis Liu
ant test fails with this:
[javac]
/Users/fcliu/dev/IdeaProjects/hcatalog_05/src/test/org/apache/hcatalog/mapreduce/TestHCatMultiOutputFormat.java:379:
cannot find symbol
[javac] symbol : constructor
FetchWork(java.util.List<java.lang.String>,java.util.List<org.apache.hadoop.hive.ql.plan.PartitionDesc>)
[javac] location: class org.apache.hadoop.hive.ql.plan.FetchWork
[javac] work = new FetchWork(partLocs, partDesc);
[javac] ^
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira