There should be a DataAtom.setValue(DataAtom)
---------------------------------------------
Key: PIG-391
URL: https://issues.apache.org/jira/browse/PIG-391
Project: Pig
Issue Type: Improvement
Affects Versions: 0.1.0
Reporter: Ted Dunning
setValue on a DataAtom can accept a string or integer or double, but not a
DataAtom. That means I have to inject a string conversion or type test into my
code when I write a UDF. Definitely not good.
This should be trivial.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.