-
This module should contain thrift mappings for all Algebird case classes. Out of this we'll publish scrooge and java jars of these structs.
-
Hi Anish,
I have started looking at your github as we are facing issues with skews./ I used your library but I am getting exceptions at the below place. is there something that I am mising.
or…
-
Remove copied code from Algebird when it is next published.
https://github.com/twitter/algebird/blob/develop/algebird-util/src/main/scala/com/twitter/algebird/util/PromiseLinkMonoid.scala
-
```[info] com.twitter.algebird.AdjoinedRingSpecification *** ABORTED ***
[info] java.lang.ClassCastException: com.twitter.algebird.IntRing$ cannot be cast to cats.kernel.CommutativeGroup
[info] …
-
At some point i think it would be good to have a scio-algebird specific module. It might even ease up the migration for 2.13.
-
The review of API changes for the Algebird Core library since 0.8.0: https://abi-laboratory.pro/java/tracker/timeline/algebird-core/
The report is updated three times a week. Hope it will be helpfu…
-
Build for 0.8.1 fails behind a firewall which blocks `git://` uri scheme due to dependencies on `algebird` & `chill`.
Changing the schemes to `http://` didn't work either, since sbt 0.11.3 tries to …
-
perhaps a volunteer would like to tackle this?
note that algebird-core/src/main/scala/com/twitter/algebird/macros is 288 lines of code — 288 is not zero, but it's a not a huge number either
-
https://github.com/twitter/algebird/runs/7812911450?check_suite_focus=true
```
[info] - AdaptiveVector[Int] has a monoid *** FAILED ***
[364](https://github.com/twitter/algebird/runs/7226727055…
-
The following code fails to compile:
```scala
import com.twitter.algebird.Monoid._
import com.twitter.algebird.Operators._
val m = Map.empty[Int, (Array[Long], Array[Long])]
m + m // fails to com…