twitter / summingbird

Streaming MapReduce with Scalding and Storm
https://twitter.com/summingbird
Apache License 2.0
2.14k stars 267 forks source link

Replace deprecated ClassManifest and erasure #608

Closed adamkozuch closed 9 years ago

adamkozuch commented 9 years ago

ClassManifest is deprecated and it should be replaced by ClassTag. I read in documentation that replacement for erasure is now runtimeClass. Is that correct?

ianoc commented 9 years ago

Not binary compatible but given its only used inside SB, seems good to me

ianoc commented 9 years ago

Thanks for fixing the broken window!