Hi all, I am currently working on a JIRA which will change the interface of Tuple and DataBag: PIG-1166 <https://issues.apache.org/jira/browse/PIG-1166> So here I'd like to know whether pig users has his own Tuple and DataBag implementation. If so, do you think it's worth to apply this JIAR.
The purpose of this jira is to facilitate the construction of Tuple and DataBag. You can consutrct a Tuple or DataBag within a chain of set or append methods. ( I change the set and append method to return this instead of void) e.g. Tuple tuple=TupleFactory.getInstance().newTuple(2).set(0,"item_0").set(1,"item_1"); -- Best Regards Jeff Zhang
