twitter / scalding

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

Fix the nested mutation issue 1819 #1822

Closed johnynek closed 6 years ago

johnynek commented 6 years ago

The fix is pretty simple, just re-read the state after doing the reads.

This passes the test and seems correct.

Please review @fwbrasil

johnynek commented 6 years ago

closes #1819