Chamikara Jayalath
Chamikara Jayalath
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
### What happened? Python Kafka with_metadata option [1] uses a transform in Java side [2] that is not invoked by regular Python KafkaIO tests. So we need a separate test...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
Testing the TransformService test failure. WIP ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate...
### What happened? Seems like Go x-lang integration tests (for example, DebeziumIO, JDBCIO) are flaky. For example, https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/4702/consoleFull 10:26:17 2023/10/10 17:25:26 🐳 Terminating container: 82fa13ab9230 10:26:17 containers.go:100: error terminating container:...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
### What happened? In https://github.com/apache/beam/commit/b33a8438ad335b75feec0c5c97e9a728795fc6ff we reverted usage of snake case globally for `TypedSchemaTransformProvider`. Creating this to track fixing this forward so that we maintain a consistent schema. One way...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
This fixes https://github.com/apache/beam/issues/31405. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your...
### What happened? Currently, YAML ExpansionService config files are parsed using the Jackson YAML binding (which uses SnakeYAML underneath). But it seems like the versions of Jackson and SnakeYAML used...