Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Update code$ to not refer to pig classes. Using keywords instead #72

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 9 years ago

Pig needs to know the return type of the UDF. Other platforms may or may not need this distinction, but now it doesn't refer to specific pig classes.

cc @pkozikow