This is your daily summary of Beam's current high priority issues that may need
attention.
See https://beam.apache.org/contribute/issue-priorities for the meaning and
expectations around issue priorities.
Unassigned P1 Issues:
https://github.com/apache/beam/issues/25860 [Bug]: ValueError:
Hello,
We are working on writing a custom windowing function. The functionality is
similar to the one described in this book
https://www.oreilly.com/library/view/streaming-systems/9781491983867/ch04.html
(the bounded session and per key fixed window is what we are trying).
However, we are not sure