NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Append to empty DList will always result in an empty DList #349

Closed raronson closed 10 years ago

raronson commented 10 years ago

If you append two DList using ++ and the first one is empty but the second isn't, it will always result in an empty DList. See spec for a failing test case