Filipe Regadas

Results 68 comments of Filipe Regadas

> So Algebird Semigroup & Monoid has implicit conversion from Cats equivalents, which means we can change sum/fold context bound to cats without breaking anything. This will be a breaking...

Hi @anish749 can you provide the full stack trace? This sounds s bit fishy since `TableSchema` should be derived from the underlying `PCollection` `Schema` which is set in the line...

@anupkalburgi will take a stab at this!

Yeah bang for buck here is 😬 I recently pushed a PR #2987 that might help mitigate this use case? I actually find them very useful as I was doing...

Hi @jgogstad Yes we are aware of this pattern and we actually leverage it internally. We could however, improve our docs in advocating for this a little bit more. I...

I would like to give this some thought. I agree, it's practical but in `scio-extra` this is probably the most used io/sideInput and for that reason I'm a little bit...

I would like us to reconsider re-opening this. I think there's still some subtle bugs in our current internal BigQuery client. Some of these bugs are related to not fallbacking...

@nevillelyh @ClaireMcGinty what was the reason to not go forward with this?

@ClaireMcGinty interesting! I think it's worth looking into it again since we are already using the `storage` impl to actually retrieve data. Let's see if the other types are good...

revisiting this as it is still problem specially now with 2.13 ... in addition to @eed3si9n workaround in order to be able to `skip-tests` i'm doing... ```scala releaseProcess := Seq[ReleaseStep](...