Brian Hulette
Brian Hulette
@InigoSJ can you look at the whitespace issue?
Thank you!
It looks like I also need to turn off NDBEUG to keep the assert from being compiled out. We do this in internal tests, I'm not sure how to change...
Adding `undef_macros = ["NDEBUG"]` here does it: https://github.com/indygreg/python-zstandard/blob/6006fdf164ac0e89b260706a3e4ef5806aceffb6/setup_zstd.py#L114 But that will add it in releases as well.
Yeah it seems likely this is related to #21643. I'd suggest just tracking this as one flake rather than having the separate issue for non-cython environments
Generally when we sickbay tests we keep the issue open to track resolving the flakiness and re-enabling the test. We've debated a lot on how to set the priority for...
The deterministic serialization approach could be a workaround for the beam runner. Beam has a library of coders for this. On Sat, Dec 9, 2023, 07:07 Itamar Turner-Trauring ***@***.***> wrote:...
Thanks, I think it's worth tracking this in a Beam issue as well. Could you provide some references for Ray Datasets that would inform how an Arrow encoded PCollection can...