beam
beam copied to clipboard
Apache Beam is a unified programming model for Batch and Streaming data processing.
### 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)....
PipelineOptions getters can produce null even if not annotated Nullable when no Default is specified
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...
### 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...