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

### 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:...

tests
bug
P2
failing test
awaiting triage
permared

### What happened? Action suite has never succeeded. https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Sickbay.yml?query=is%3Asuccess Seems to be flink related at present, but this could just be a poorly formulated "sickbay suite" since those are typically...

java
tests
bug
P2
failing test
awaiting triage
permared

### What happened? The following job has been failing in Jenkins for a long time: - https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/

build
bug
P2
jenkins

### What happened? Dataflow is making DataSampling FnAPI requests even when DataSampling is disabled. But since the feature wasn't enabled, the Go SDK isn't initialzing the datasampler, leading to nil...

go
dataflow
bug
P2

### What needs to happen? Current project summary is a very short paragraph: https://pypi.org/project/apache-beam/. We could add more content and useful pointers to that page, perhaps similar to https://pypi.org/project/scipy/. ###...

python
website
P3
task

https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ There are a variety of tests failing, and each run has a different failure. However, after looking through it seems that test_pardo_large_input is one of the more commonly failing...

python
build
bug
P2
disabled test
flake

Both AfterAll and AfterAny should complete after firing, but they base their logic on the subtriggers, but they instead only finish if all the fired subtriggers or any of the...

python
core
bug
P2

### What happened? I am writing a pipeline to consume message from pubsub, do some validation, transform and sink to bigquery. I need to load some data from external api...

java
bug
P2
awaiting triage

Currenlty, PerWorkerHistograms are in a Map that's keyed by `KV`. After this change the map they're stored in will be Keyed by `MetricName`. Computing a hash/equality for the `KV` object...

runners
dataflow

------------------------ 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:...

python