tvalentyn
tvalentyn
cc: @jrmccluskey
Reopening to rerun the test in case master changed
One potential area where we could use some help is to vendor cloudpickle into beam's codebase if anyone is interested.
cc: @claudevdm
Let's use https://github.com/apache/beam/issues/21298 for updates and tracking this work in one place.
I work on Apache Beam. In the past upgrading protobuf version was a significant undertaking for us, particularly since our dependency chain often has protobuf as a dependency, and we...
also ptal at formatter & linter errors. thanks!
We also frequently encounter a this issue in Apache Beam, see: https://github.com/gradle/gradle/issues/14693#issuecomment-1049838635. Looks like running two gradle builds on one machine causes unrecoverable cache corruption.
This behavior reproducible on memrays' fibonacci exercise (https://github.com/bloomberg/memray/blob/main/docs/tutorials/exercise_1/fibonacci.py). The table report contains duplicates, for example: ``` 0x1 277.3 kB realloc 1 fibonacci at fibonacci.py:18 0x1 246.4 kB realloc 1 fibonacci...
> This behavior reproducible on memrays' fibonacci exercise ([`main`/docs/tutorials/exercise_1/fibonacci.py](https://github.com/bloomberg/memray/blob/main/docs/tutorials/exercise_1/fibonacci.py)). actually, i spoke too soon, that report was created without `--leaks`. still i am not sure if we'd want to see...