Georgi Krastev

Results 411 comments of Georgi Krastev

Ok, I'm confused, I thought we were talking about `exists` as a `fold`.

In this case we should reopen.

Is this still relevant? What happens with temp results in `FlinkDataSet` currently?

I can access Breeze in the Spark REPL, but not in the Flink REPL. I have a few questions: 1. How should libraries available in Spark and Flink be scoped...

So MLLib and Flink-ML have a dependency on Breeze and Breeze has a dependency on Shapeless. The newest version of Breeze depends on the newest version of Shapeless, but MLLib...

I tried to add a failing test in `SourceLangSpec` but it didn't fail :D

We can also check for methods / functions that take and / or return `DataBag`s and issue warnings. We should also think about how to solve this problem in the...

It only works for type constructors with one type parameter: `type ∀[+F[_]] = Forall[F]`, but you are trying to use it with two. The error messages are crazy though :smile:

I just opened to run the CI but I didn't find time to check the failures yet