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? In the latest javadoc, e.g. https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/kafka/KafkaIO.html , U+2019 (RIGHT SINGLE QUOTATION MARK) is not rendered correctly. It shows `doesn’t` although javadoc is configured with UTF-8 encoding (#6299)....

java
website
P3
bug
good first issue

Context: BEAM-13537, https://github.com/apache/beam/pull/16625#discussion_r793021931 PipelineOptions getters without Default specified can produce null, but because it happens in generated code, the null checker will not complain about it. Is there some way...

java
core
bug
good first issue
P2

### What happened? The workflow https://github.com/apache/beam/actions/workflows/beam_PreCommit_PythonLint.yml failed recently due to a recent update on hypothesis. The first failure: https://github.com/apache/beam/actions/runs/19810292801 The last success: https://github.com/apache/beam/actions/runs/19804782905 The only difference of the above runs...

tests
P1
bug
failing test
flake
awaiting triage