Robert Bradshaw
Robert Bradshaw
E.g. `assert_that([1, 2], contains_inanyorder(anything(), 1))` fails.
The _ConsumeKafkaTopic DoFn will read forever (unless the topic is closed), which will not allow the bundle to finish and elements to be checkpointed/processed downstream. This should be re-written as...
Consider ``` def debug(fun): print(fun) return fun class A(object): @staticmethod @debug def foo(self): return self ``` In Python, this correctly prints ``. In Cython, this wrongly prints ``. When doing...
I'd like to be able to test out a sACN app on a single device, however the following bare-bones code doesn't work for me: ``` import sacn import time HOST...
Handling DataStream, windowing, and more complex types will come in a future PR. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and...
This is more efficient as it doesn't require an index of indices. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:...
------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example:...
The markdown content in the apache_beam/yaml package is now all available as part of the main beam documentation. ------------------------ Thank you for your contribution! Follow this checklist to help us...