[
https://issues.apache.org/jira/browse/BEAM-6539?focusedWorklogId=191864&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-191864
]
ASF GitHub Bot logged work on BEAM-6539:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jan/19 19:05
Start Date: 29/Jan/19 19:05
Worklog Time Spent: 10m
Work Description: youngoli commented on pull request #7663: [BEAM-6539]
Revert "Merge pull request #7316 [BEAM-6269] Cross-SDK transform expa…
URL: https://github.com/apache/beam/pull/7663
…nsion protocol."
This reverts commit 26bd104f122986429ba5a8abd583b04a44a8edee, reversing
changes made to dcda09a8725d30467c4eb549985e3fe979208759.
This is causing issues in some portable Java PostCommits:
https://issues.apache.org/jira/browse/BEAM-6539
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [x] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 191864)
Time Spent: 10m
Remaining Estimate: 0h
> Some Java PostCommits failing: Coder casting error.
> ---------------------------------------------------
>
> Key: BEAM-6539
> URL: https://issues.apache.org/jira/browse/BEAM-6539
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: Major
> Labels: currently-failing, portability
> Time Spent: 10m
> Remaining Estimate: 0h
>
> _Use this form to file an issue for test failure:_
> * [First Failing Jenkins
> Job|https://builds.apache.org/job/beam_PostCommit_Java_PortabilityApi/828/]
> * [Gradle Build Scan|https://scans.gradle.com/s/32la4tbaonr5a]
> Initial investigation:
> This is happening in beam_PostCommit_Java_PortabilityApi and
> beam_PostCommit_Java_ValidatesRunner_PortabilityApi_Dataflow that I know of.
> Tests are failing with the following error:
> {noformat}
> java.lang.RuntimeException:
> java.util.concurrent.ExecutionException:
> java.lang.RuntimeException: Error received from SDK harness for instruction
> -1293:
> org.apache.beam.sdk.util.UserCodeException:
> java.lang.IllegalStateException:
> java.lang.ClassCastException: [B cannot be cast to java.lang.String
> at
> org.apache.beam.sdk.coders.StringUtf8Coder.encode(StringUtf8Coder.java:37)
> at ...
> {noformat}
> Based on the timing of when these issues popped up, I suspect the error might
> be due to [https://github.com/apache/beam/pull/7316].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)