Beam High Priority Issue Report (53)

2024-04-25 Thread beamactions
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/31081 [Failing Test]: ht

Re: PCollection#applyWindowingStrategyInternal

2024-04-25 Thread Jan Lukavský
> To implement retraction (at least to do so efficiently) I think you'll want it integrated in the model. e.g. for combiners one would want to add the option to subtract values, otherwise you would end up having to store every element defeating the performance that combiners provide. I think

Re: PCollection#applyWindowingStrategyInternal

2024-04-25 Thread Reuven Lax via dev
I think there is more to it than that. You'll probably want retractions integrated into Beam's core triggering. One example of where retractions are needed is with session windows. Early triggers are fairly broken with session windows because the windows themselves change as more data arrive. So a

Re: [VOTE] Release 2.56.0, release candidate #1

2024-04-25 Thread Danny McCormick via dev
There's at least one breaking change that should be reverted for this release [1], so I'm going to close voting on RC1 and move to an RC2 once the fix is merged. Thanks, Danny [1] https://github.com/apache/beam/pull/31109 On Wed, Apr 24, 2024 at 11:17 PM XQ Hu wrote: > +1 (non binding). Tested