[
https://issues.apache.org/jira/browse/BEAM-12828?focusedWorklogId=646511&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-646511
]
ASF GitHub Bot logged work on BEAM-12828:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Sep/21 23:06
Start Date: 03/Sep/21 23:06
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 646511)
Time Spent: 50m (was: 40m)
> Convert UseTestStream tests to use Long instead of Integer
> ----------------------------------------------------------
>
> Key: BEAM-12828
> URL: https://issues.apache.org/jira/browse/BEAM-12828
> Project: Beam
> Issue Type: Test
> Components: sdk-java-core, testing
> Reporter: Ke Wu
> Assignee: Ke Wu
> Priority: P2
> Time Spent: 50m
> Remaining Estimate: 0h
>
> See discussion at
> [https://lists.apache.org/thread.html/r65c3464010372b442365ac38601a0312081ae3dcfb77e7eb64ff811b%40%3Cdev.beam.apache.org%3E]
> TestStream tests with Long fails all runners in portable mode, before
> BEAM-12827 is resolved, updating all tests to use Long instead of Integer to
> improve test coverage.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)