bradlet commented on issue #23084: URL: https://github.com/apache/beam/issues/23084#issuecomment-1248306623
Ran into the same issue. Running into this bug report was immensely helpful, so thank you @lukemin89! I was trying to Wait.on a DoFn resulting in PCollection of com.google.datastore.v1.Entity objects. Same bug as above, so it isn't specific to Void! Since Entity also implements java.io.Serializable, my workaround was simply to use SerializableCoder instead of ProtoCoder, that works just fine! -- 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]
