stankiewicz commented on issue #37994: URL: https://github.com/apache/beam/issues/37994#issuecomment-4155471596
https://github.com/apache/beam/blob/2ab70ffabead925118fb933a55878bca444d7767/runners/spark/src/main/java/org/apache/beam/runners/spark/translation/TransformTranslator.java#L487-L491 is responsible for persisting, and currently it persists all tags with coders (some are null in your case). It's clearly a bug and beam shouldn't persist data that has null 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]
