twitter / summingbird

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

Completely avoid util conversions #775

Closed kevinoliver closed 5 years ago

kevinoliver commented 5 years ago

Problem

As noted in https://github.com/twitter/summingbird/pull/774 Twitter util deprecated some conversions. However, summingbird is on an older version of util that does not have the new APIs.

Solution

Avoid the conversions sugar completely.