shunping opened a new pull request, #38431: URL: https://github.com/apache/beam/pull/38431
`PAssert.that().containsInAnyOrder()` internally introduces a `GroupByKey`. Because portable runners like Prism do not yet support metadata propagation across `GroupByKey`, enabling metadata encoding causes an EOFException coder mismatch. Removing `ValidatesRunner` aligns this test with the other GBK-dependent tests in MetadataPropagationTest. -- 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]
