Issue Type: Bug Bug
Affects Versions: 3.0.0.Beta2
Assignee: Max Ross
Created: 06/Aug/12 1:50 PM
Description:

Currently on DistinctExitOperation, I do see that we have apply implementation, but this has been marked as UnsupportedOperationException on constructor, I don't understand why is that, may I know why?

Set<Object> uniqueSet = Sets.newHashSet();
uniqueSet.addAll(ExitOperationUtils.getNonNullList(results));
List<Object> uniqueList = Lists.newArrayList(uniqueSet);
return uniqueList;

Project: Hibernate Shards
Priority: Major Major
Reporter: Anirudh Vyas
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