kw2542 commented on pull request #15455: URL: https://github.com/apache/beam/pull/15455#issuecomment-912855959
> I see that your enabling the multiple test streams test. Was that failing only because of the B] cast exception because we were using an integer here? Yes, the originally exception ``` java.lang.ClassCastException: java.lang.Integer cannot be cast to [B ``` is exactly caused by that Integers in TestStream was being encoded to ByteArray when sending to SDK worker. -- 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]
