Netflix / PigPen

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

Fix (pig/return []) #36

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

@daveray

Explicitly pass the fields present in a pig/return command instead of sampling the data. I still use sampling for return-raw, but that's only used in tests and is not user facing.

Fixes #34