Hi all, I need some help getting the following PR's in Beam. Both of the next PR's are tested on the DirectRunner and the Dataflow runner... I'm currently using my own build of BEAM, because I need the support on the next product we're building, so it's been extensively battle tested in my own pipelines (yes... I've found some bugs and they are fixed in the PR).
I've planned still lots of enhancements, but I don't want todo them on the current branches as it will introduce even more delays. It would be cool that at least on next weeks Beam Summit I could say, it's on master! [BEAM-7274] Implement the Protobuf schema provider https://github.com/apache/beam/pull/8690 This PR will introduce Row support for Protobuf. Extensive work has been to support DynamicMessages, it's even dynamic first. Nothing is enabled by default so existing workflow should not expect any disruption. [BEAM-5967] Add handling of DynamicMessage in ProtoCoder https://github.com/apache/beam/pull/8496 It's an older PR then the makes sure that Dynamic Message can be supported. It uses the ProtoDomain (that is a serializable way of wrapping the descriptor) that was back-ported from [BEAM-7274] so that bother PR's are aligned. Thanks for the help. _/ _/ Alex Van Boxel