beam icon indicating copy to clipboard operation
beam copied to clipboard

Apache Beam is a unified programming model for Batch and Streaming data processing.

Results 933 beam issues
Sort by recently updated
recently updated
newest added

The PostCommit Java ValidatesRunner Samza is failing over 50% of the time. Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_ValidatesRunner_Samza.yml?query=is%3Afailure+branch%3Amaster to see all failed workflow runs. See also Grafana statistics: http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=3&var-Workflow=PostCommit%20Java%20ValidatesRunner%20Samza

P1
bug
flaky_test
workflow_id: 69423709

### What would you like to happen? FlinkRunner's OrderedListState (i.e. FlinkOrderedListState) does not have an implementation of equals, hashCode, unlike other States in FlinkRunner. Before starting to write tests for...

java
flink
new feature
P2

### What would you like to happen? As the number of state operators in Apache Beam grows, we need to update the existing StateInternalsTest. Currently, tests exist for ValueState, BagState,...

java
new feature
P3

Fixes #21162 I wasn't able to use the existing `PubsubMessageWithAttributesAndMessageIdCoder` because it doesn't encode/decode the message's topic, which is needed for dynamic destinations. There are already a number of existing...

java
io
runners
dataflow
gcp
Next Action: Reviewers

Add support for configuring [SessionPoolOptions](https://googleapis.dev/nodejs/spanner/latest/google.spanner.executor.v1.SessionPoolOptions.html) in SpannerAccessor. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the...

java
io
gcp
Next Action: Reviewers
slow-review
spanner

Fixes #29577 ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description...

java

Under #29650. # Why is this needed While most pipelines should naturally run to termination, successfully or not, it should be possible to abort pipeline execution by Prism in two...

go
P2

This PR closes #31703 by scaffolding the CsvIOParseHelpers. This enables the method implementations to happen in parallel PRs. ------------------------ Thank you for your contribution! Follow this checklist to help us...

java
io
Next Action: Reviewers

### What needs to happen? Create a helper method within [CsvIOParseHelpers](https://github.com/apache/beam/issues/31703) that parses a cell String of a CSV record based on the [Schema.FieldType](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/schemas/Schema.FieldType.html). ### Issue Priority Priority: 2 (default...

java
io
task
P2
awaiting triage

### What needs to happen? Create a helper method within the [CsvIOParseHelpers](https://github.com/apache/beam/issues/31703) class for validating the [CSVFormat](https://javadoc.io/doc/org.apache.commons/commons-csv/1.8/org/apache/commons/csv/CSVFormat.html) in relation to the [Schema](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/schemas/Schema.html) of the CSV records being parsed. ### Issue...

java
io
task
P2
awaiting triage