twitter / scalding

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

0.17.1 broke binary compatibility #1703

Closed johnynek closed 7 years ago

johnynek commented 7 years ago

https://github.com/twitter/scalding/blob/develop/build.sbt#L279

that should have been 0.17

Looks like ReducerEstimator was removed and replaced with Estimator.

0.17.1 should have been 0.18.0. We need to turn mima back on.

piyushnarang commented 7 years ago

It might be a good idea to turn this on in the travis CI build as well so that we get notified of it when putting out a PR.

ttim commented 7 years ago

0.17.2 is out, backward compatible with 0.17.0.