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 Flink is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_ValidatesRunner_Flink.yml?query=is%3Afailure+branch%3Amaster to see the logs.

bug
P2
flaky_test
workflow_id: 69423707

The LoadTests Go GBK Flink Batch is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/beam_LoadTests_Go_GBK_Flink_Batch.yml?query=is%3Afailure+branch%3Amaster to see the logs.

P1
bug
flaky_test
workflow_id: 71049762

The TypeScript Tests is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/typescript_tests.yml?query=is%3Afailure+branch%3Amaster to see the logs.

P1
bug
flaky_test
workflow_id: 21085822

This diff implements a new `parittioners` module which includes a `Top` partitioner. `Top` replicates the `combiners.Top` behavior. This is a WIP. I initially implemented this for my particular case which...

stale
python

The latter uses `ConverterManager.getInstance()`, which is not thread-safe: https://github.com/JodaOrg/joda-time/blob/main/src/main/java/org/joda/time/convert/ConverterManager.java#L89 We learned of this inside Google because of a report by TSAN. I don't know whether simple changes like this are...

runners
dataflow
Next Action: Author

Add direct path code path we will be able to run direct path pipelines by passing in the option is `IsWindmillServiceDirectPathEnabled` - I added some new components (they are just...

runners
dataflow
Next Action: Reviewers

Apparently java unit tests don't have timeouts. And as far as I can tell, Junit lets you set timeouts for individual tests and test classes, but provides no easy way...

tests
improvement
good first issue
P2

This PR addresses #30423 with the Web API connector interfaces. A future PR will create the actual transform that processes Web API requests into a response PCollection. ------------------------ Thank you...

go
io
Next Action: Reviewers

Add a ProcessingTime queue to Prism's element manager, that can be appropriately controlled by the TestStream notion of time. Basic design is that the queue doesn't contain the elements, but...

go
build
runners

### What needs to happen? There are reports of BigQueryIO DIRECT_READ running out of quota in large Dataflow batch pipelines. Basically, there are both a per-project and a per-region quota...

task
P2