-
Notifications
You must be signed in to change notification settings - Fork 267
Summingbird changes for Algebird 0.13.0 #715
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #715 +/- ##
===========================================
+ Coverage 70.84% 70.96% +0.11%
===========================================
Files 141 141
Lines 3471 3468 -3
Branches 195 195
===========================================
+ Hits 2459 2461 +2
+ Misses 1012 1007 -5
Continue to review full report at Codecov.
|
@pankajroark / @johnynek / @ttim - please take a look when you can, thanks. |
@@ -81,7 +79,7 @@ class HDFSStateLaws extends WordSpec { | |||
} | |||
} | |||
|
|||
def leftClosedRightOpenInterval(low: Timestamp, high: Timestamp) = Interval.leftClosedRightOpen[Timestamp](low, high).right.get | |||
def leftClosedRightOpenInterval(low: Timestamp, high: Timestamp) = Interval.leftClosedRightOpen[Timestamp](low, high) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we put a type on the result here? Interval[Timestamp]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
👍 |
|
||
import com.twitter.algebird.{ Intersection, Interval } | ||
import com.twitter.scalding.{ DateParser, RichDate } | ||
import java.util.{TimeZone, UUID} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think it should be with spaces (I think it's where your IDEA style settings going against our scalafmt setup).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah seems like the Twitter defaults are set to not include the space :-).
* Remove scala 2.10 and add scala 2.12 * Bump versions of deps * Fix algebird related issues based on #715 * Fix finagle related compilation error * Fix ClientStoreLaws * Bump scalding version * Rename TimeStamp.scala to Timestamp.scala and fix serialization of timestampSuccessible * Remove usage of JavaConversions * Trying to fix travis scalacheck fail * Introduce ArbitraryWorkaround object * Bump scalding version
looks like develop already has this. closing. |
Noticed that the Algebird bump broke SB in a couple of places. We might need to also bump Scalding as part of this (which I can do when we have a release out).