twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 706 forks source link

Fix stack overflow in typedPipeMonoid.zero #1687

Closed pankajroark closed 7 years ago

pankajroark commented 7 years ago

typedPipeMonoid.zero calls Monoid.empty which calls typedPipeMonoid.zero leading to stack overfflow, fix that.

@ttim We'll need this fix in the release for scala 2.12.

johnynek commented 7 years ago

this is due to Monoid now extending cats.kernel.Monoid