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

# Pull Request: Add PrimitiveUnboundedRead/PrimitiveBoundedRead Translators to Flink Runner ## Title `[Flink Runner] Add translators for PrimitiveUnboundedRead and PrimitiveBoundedRead` ## Description ### What is this PR doing? This PR adds...

runners
flink
Next Action: Reviewers

Content generated from release 2.70.0-RC2.

website
Next Action: Reviewers

This change enables a retry mechanism for `pytest` to improve the developer experience and the reliability of our test/release pipelines. Recently, we have observed an increase in flaky Python tests....

python
Next Action: Reviewers

### What happened? Looking at workflow file: https://github.com/apache/beam/blob/e927f2d02c0fef783914708fbd3333cd3dda30bc/.github/workflows/beam_PreCommit_Python.yml#L114 It seems that we enabled a retry setting for pytest. However, when looking at the log (e.g. https://github.com/apache/beam/actions/runs/20010300018/job/57378762026), I don't see the...

bug
P2

### What would you like to happen? Current compat test suites first install test environment dependencies https://github.com/apache/beam/blob/76710e8e7345a37191b5c7498ec1eb91195748a6/sdks/python/tox.ini#L406, then install Beam, then run tests. This can create incompatible environments, since pip...

python
new feature
P3

**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
yaml

### What would you like to happen? It would be awesome to have the ability to specify output_type for [ReadFromBigQuery](https://beam.apache.org/releases/yamldoc/current/#readfrombigquery) Apache Beam YAML transform when using query. Currently attempt to...

python
new feature
P2
awaiting triage
yaml

### What needs to happen? Propagate context from windmill to windowedValue https://github.com/apache/beam/blob/81bb5066bab883f79328e52f0d2a55e9b90f2f65/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/UngroupedWindmillReader.java#L145 ### Issue Priority Priority: 2 (default / most normal work should be filed as P2) ### Issue Components...

task
P2

**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
java
website
examples
io
gcp
Next Action: Reviewers
slow-review
yaml

**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
java
go
runners
prism