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

This triggered a case with Dataflow Runner v1 and PTransformOverrides that exposed https://github.com/apache/beam/issues/20873 . ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly...

java
runners
dataflow

Add computation state cache and config loaders that load the computation state cache move status pages out of StreamingDataflowWorker file R: @scwhittle ------------------------ Thank you for your contribution! Follow this...

runners
dataflow

Update google_cloud_platform_libraries_bom to 26.38.0. Associated updates to google_cloud_spanner_version, gax_version, guava and protobuf_version. Note: libraries-bom to 26.38.0 is not available yet, raising pr to test for now with 26.37.0. ------------------------ Thank...

build

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

java
runners
dataflow

### What happened? [PostCommit Java Dataflow V1](https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_DataflowV1.yml) shows repeated failures, [for example](https://ge.apache.org/s/5nvp2452cisp2/console-log?anchor=232&page=1): ``` org.apache.beam.sdk.io.gcp.healthcare.FhirIOWriteIT > testFhirIO_Import[DSTU2] FAILED java.lang.NullPointerException at FhirIOWriteIT.java:194 org.apache.beam.sdk.io.gcp.healthcare.FhirIOWriteIT > testFhirIO_Import[STU3] FAILED java.lang.NullPointerException at FhirIOWriteIT.java:194 org.apache.beam.sdk.io.gcp.healthcare.FhirIOWriteIT > testFhirIO_Import[R4]...

java
dataflow
tests
P1
bug
failing test
awaiting triage
permared

Enable users to specify an alternate way to generate the table row for the error output for BQIO's storage write api. The user passes in a function of ElementT ->...

java
io
gcp
Next Action: Reviewers
slow-review

There are gauges created for per partition backlog in the kafka reader, but its never actually set. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate...

java
io
kafka
Next Action: Reviewers

This will allow Beam YAML to be used for various template applications. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:...

python
yaml

There have been cases of name collisions on parallel tests, so adding random suffix to avoid collision. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate...

`Resolve` https://github.com/apache/beam/issues/30646#issuecomment-2080102737 * Reject split attempt early when there is an ongoing hasNext call in work item thread * TImeout hasNext call in splitAtFraction in alignment with client splitReadStreamSettings The...

java
io
gcp
Next Action: Reviewers