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.
LookupJoinTest from summingbird use specs2 but LookupJoinTest from scalding use scalatest. Should I just copy test from summingbird or rewrite it to scalatest?
LookupJoinTest from summingbird use specs2 but LookupJoinTest from
scalding use scalatest. Should I just copy test from summingbird or rewrite
it to scalatest?
—
Reply to this email directly or view it on GitHub #515 (comment).
https://github.com/twitter/summingbird/blob/develop/summingbird-scalding/src/main/scala/com/twitter/summingbird/scalding/LookupJoin.scala
should be replaced with code in scalding:
https://github.com/twitter/scalding/blob/develop/scalding-core/src/main/scala/com/twitter/scalding/typed/LookupJoin.scala
Looks like the summingbird code has more options, namely the window support, so we need to move that to scalding or accept the duplication.
The text was updated successfully, but these errors were encountered: