NICTA / scoobi

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

Remove unused type param for persistent #340

Closed charleso closed 10 years ago

charleso commented 10 years ago

I'm not sure this actually does anything to work around the scalac bug (https://issues.scala-lang.org/browse/SI-8757).

charleso commented 10 years ago

Ideally we keep the type param and use it for Persistent[A], but Persister expects multiple/different type params :(