Netflix / PigPen

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

Remove Pig's DataByteArray from core AST #47

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 10 years ago

The core expression tree produced by pigpen shouldn't have any Pig specific stuff in it. Remove the use of DataByteArray and any other Pig libraries.

cc @pkozikow

mbossenbroek commented 9 years ago

Done & merged to cascading branch