udim commented on pull request #16152: URL: https://github.com/apache/beam/pull/16152#issuecomment-999211066
I think we still need to pass the `Mutation` message, and not its sub-classes. The stacktrace in the failed tests show that it's trying to encode the class using `FastPrimitivesCoder` instead of `ProtoCoder` or `ProtoPlusCoder`. I believe that the enclosing class `_Mutator` needs to define a coder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
