Can you explain what you're trying to do? I don't think that embedding the proto descriptor in the schema is a great way to go, but I may not be understanding the use case.
*From: *Alex Van Boxel <[email protected]> *Date: *Tue, May 14, 2019 at 9:00 AM *To: *ML Beam/Dev Hi Schema lovers, > > I'm implementing schema support for Protobuf and I was wondering if it's > allowed to override Schema. It looks tempting (as it's not final), as I > need a container for the Proto Descriptor. > > For normal pre-compiled classes it's not required, but for DynamicMessage > it is. If I would be able to store it in Schema I can reuse it in > to/fromRow. > > Thoughts? > > _/ > _/ Alex Van Boxel >
