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 rolls forward the Java SDK reference implementation of `Redistribute`. This does not include runner translations. - In the prior attempt at this change: many runners failed the Redistribute tests...

java
build

Addresses #25676. Draft PR to maintain commit history. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention...

python
examples
io
gcp

Add work processing context R: @scwhittle ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate...

runners
dataflow
Next Action: Reviewers
slow-review

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

dependencies
Next Action: Reviewers

# Issue When `org.elasticsearch.client.ResponseException` is thrown in `org.apache.beam.sdk.io.elasticsearch.ElasticsearchIO.BulkIO.BulkIOBaseFn#flushBatch`, it throws as is, which will cause infinite retries in the pipeline. Example of a `org.elasticsearch.client.ResponseException` that is not handled gracefully before...

java
io
elasticsearch
Next Action: Reviewers

### What happened? I'm attempting to use early triggering and `PaneInfo` to limit bundle sizes to avoid running into the dataflow limit of 80MB and have found that PaneInfo does...

go
P3
bug
awaiting triage

### What happened? # Test code ```python import apache_beam as beam import datetime CSV_DATA = r"""a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r 1,"text",1,21,5945023,376974,0,0,0,1,2,0,4,,,,,, """ filename = '/tmp/input.csv' with open(filename, 'w') as f: f.write(CSV_DATA) # less than...

python
bug
P2
awaiting triage
dataframe

### What needs to happen? GCR is deprecated in favor of Google Artifact registry. We use GCR in some integration tests, such as Python ValidatesContainer test, and possibly a few...

python
task
P2
awaiting triage

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...

go
dependencies

**Please** add a meaningful description for your change here Fixes #31139 by changing the subclasses we iterate to recursively get all subclasses of PipelineOptions. cc @rohandhoopar-glean ------------------------ Thank you for...

python
Next Action: Author