Hi community, Is there a beam function to explode an array (similarly to spark sql’s explode())? I did some research but did not find anything.
BTW I think we can potentially use FlatMap to implement the explode functionality, but a Beam provided function would be very handy. Thanks a lot!