Netflix / PigPen

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

Fix a bug in fold/avg #66

Closed mbossenbroek closed 10 years ago

mbossenbroek commented 10 years ago

Found a bug in fold/avg where if somehow a seed value is passed to the combiner, it would throw an exception. I'm fairly confident this only happened locally, but took the opportunity to simplify the logic.