Re: Upcoming potentially breaking change to CoGroupByKey

2022-09-06 Thread Ryan Thompson via dev
is merged until after this >> week's 2.42.0 cut. This Release Manager is pleased that the doc says it's >> intended for 2.43.0. >> >> >> On Tue, Sep 6, 2022, 1:44 PM Ryan Thompson via dev >> wrote: >> >>> CoGroupByKey returns a dictiona

Upcoming potentially breaking change to CoGroupByKey

2022-09-06 Thread Ryan Thompson via dev
CoGroupByKey returns a dictionary of {KeyType, List[ValueType]} but, as GroupByKey, should return an Iterable. Change: https://github.com/apache/beam/pull/22984 Please look at this doc if you need more details. Feel