andoni-guzman opened a new pull request #17046:
URL: https://github.com/apache/beam/pull/17046
- Fixed dataproc cluster creation. Dataproc is now in 2.0 version
- Flink 1.12, Used this version because dataproc 2.0 supports flink 1.12
- Fixed leaked vm's
- Fixed Encountered unsupported logical type URN: int01:43:59 2021/09/14
08:43:59 ():
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.UncheckedExecutionException
in Go tests
- Re enabled some tests
-- beam_LoadTests_Go_CoGBK_Flink_batch
-- beam_LoadTests_Go_Combine_Flink_Batch
-- beam_LoadTests_Go_GBK_Flink_Batch
This tests still disabled, the reason is an error related with a Class
**java.lang.NoClassDefFoundError: Could not initialize class
org.apache.beam.runners.core.construction.SerializablePipelineOptions **
This problem affects Go and Python tests ( Not all of them) so I think it's
a problem related with the runner and not with a language and was reported time
ago https://issues.apache.org/jira/browse/BEAM-11753
Tests still disabled
-- beam_LoadTests_Go_ParDo_Flink_Batch (FAILED)
-- beam_LoadTests_Go_SideInput_Flink_Batch (FAILED)
-- beam_LoadTests_Python_Combine_Flink_Batch (FAILED)
-- beam_LoadTests_Python_Combine_Flink_Streaming (FAILED)
-- beam_LoadTests_Python_ParDo_Flink_Batch (FAILED)
-- beam_LoadTests_Python_ParDo_Flink_Streaming (FAILED)
------------------------
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [ ] [**Choose
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and
mention them in a comment (`R: @username`).
- [ ] 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.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
See the [Contributor Guide](https://beam.apache.org/contribute) for more
tips on [how to make review process
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
To check the build health, please visit
[https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
GitHub Actions Tests Status (on master branch)
------------------------------------------------------------------------------------------------
[](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
[](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
[](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more
information about GitHub Actions CI.
--
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]