You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Completely avoid util conversions (#775)
Problem
As noted in #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.
Provide `newVersion` in `modifyBeforeWrite` API (#772)
As a follow up to #771 we want also to provide `newVersion` as an argument to `modifyBeforeWrite`.
Add `modifyBeforeWrite` in `VersionedBatchStore` (#771)
In order to better support different GDPR use cases in Twitter we need to have a way to do modification for stored `(K, V)` pairs in Summingbird's Scalding platform.
In this PR I've added `modifyBeforeWrite` protected method which suits this needs in `VersionedBatchStore`.