You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Jacob Tolar (JIRA)" <ji...@apache.org> on 2018/09/10 21:55:00 UTC

[jira] [Created] (PIG-5357) BagFactory interface should support creating a distinct bag from a set

Jacob Tolar created PIG-5357:
--------------------------------

             Summary: BagFactory interface should support creating a distinct bag from a set
                 Key: PIG-5357
                 URL: https://issues.apache.org/jira/browse/PIG-5357
             Project: Pig
          Issue Type: Improvement
            Reporter: Jacob Tolar


It would be nice if BagFactory supported creating a distinct bag from a set of tuples, similar to:
{code:java}
newDefaultBag(List<Tuple> listOfTuples);
{code}
[https://github.com/apache/pig/blob/trunk/src/org/apache/pig/data/BagFactory.java]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)