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 Examples Dataflow ARM is failing over 50% of the time. Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.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=4&var-Workflow=PostCommit%20Java%20Examples%20Dataflow%20ARM

P1
bug
flaky_test
workflow_id: 65068291

Once the summit is over I'll move this out of draft ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: -...

website

### What happened? _No response_ ### Issue Failure Failure: Test is flaky ### Issue Priority Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the...

python
java
website
infra
spark
tests
flink
jet
twister2
P1
bug
failing test
flake
awaiting triage
playground

Formerly the coder used was always a url-excaped pickling[1] of windowed values. This is quite inefficient in time and space. The default (text) sink is modified to use base64 encoding...

python

This is useful when one wants to capture and preserve all the windowing information for later use (and is both more convenient and less error-prone than gathering the timestamp, windows,...

python

1. Added _**SpannerReadSchemaTransformProvider.java**_, a provider for reading from spanner. 2. Modified **_SpannerWriteSchemaTransformProvider.java_** to incorporate error handling and fixed other issues. 3. Modified **_MutationUtils.java_** to add a function "createRowFromMutation" which creates...

python
java
io
gcp
spanner
yaml

There is a long time flaky test, see example: https://github.com/apache/beam/runs/29315435535 Originally it only considered ExecutionException -> RuntimeException -> InterruptedException, but InterruptedException at any stage is possible. **Please** add a meaningful...

runners
fn-execution

**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: - [ ]...

python

### What would you like to happen? I would like to request the implementation of a feature that allows for auto-detecting the schema when saving data in Parquet using Apache...

python
io
dataflow
new feature
P2
awaiting triage