Actually, disregard that, Flatten is used in a different context to flatten multiple collections.
On Thu, Mar 21, 2024 at 11:55 AM Valentyn Tymofieiev <[email protected]> wrote: > Hi, you can use beam.Flatten() instead. > > On Thu, Mar 21, 2024 at 10:55 AM Joey Tran <[email protected]> > wrote: > >> Hey all, >> >> Using an identity function for FlatMap comes up more often than using >> FlatMap without an identity function. Would it make sense to use the >> identity function as a default? >> >> >> >>
