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

Just a nit that drives my brain nuts. Also it scrolls more characters off the end of the job name so makes GitHub UI annoying. Methodology: - search and replace...

build
website
infra

This reverts commit ece456c1a91d1b2af50b5a9e9f88eb2a701ccb78. **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...

runners
spark

### What happened? Some of the yaml tests attached below are flaky. We can probably add a retry strategy to start the expansion service for these tests- ![image](https://github.com/apache/beam/assets/25881114/c3688a16-4a16-474f-b0d2-409b0f752cdb) Latest run...

tests
bug
P2
failing test
flake
awaiting triage
yaml

### What happened? [PostCommit Python](https://github.com/apache/beam/actions/workflows/beam_PostCommit_Python.yml) and [PostCommit Python Arm](https://github.com/apache/beam/actions/workflows/beam_PostCommit_Python_Arm.yml) in perma red status. ### Issue Failure Failure: Test is flaky ### Issue Priority Priority: 2 (backlog / disabled test but...

python
tests
bug
P2
failing test
flake

The `JmsIO` uses JMS `ConnectionFactory` as configuration. Unfortunately, `ConnectionFactory` interface doesn't extend `Serializable` (even if most of the implementations are `Serializable`). Instead (as I'm doing for the `JdbcIO`), I propose...

java
io
jms
P3
improvement

I'm sorry for opening an issue for this, but I didn't find a link to join the slack or in the docs

Apache Beam recommends to use Fakes instead of Mocks, since Mocks cannot serialize over the pipeline. I am writing unit tests for older code, where the class is using Apache...

Previously, the spotless things were only configured for Java projects. But spotless is actually a generic idempotent formatter for any context. This separates the java configuration into our java modules...

python
java
go
build
website
model
infra
examples
docker
io
extensions
runners
spark
sql
dataflow
direct
aws
cassandra
clickhouse
elasticsearch
gcp
hadoop
hcatalog
jdbc
jms
kafka
kinesis
kudu
parquet
solr
synthetic
core
flink
fn-execution
jet
local
portability
samza
euphoria
jackson
join-library
kryo
protobuf
sketching
sorter
zetasketch
kotlin
twister2
typescript
thrift
timeseries

We do not allow types such as: https://godoc.org/cloud.google.com/go/datastore#Key Use of these will require type registration. Imported from Jira [BEAM-3864](https://issues.apache.org/jira/browse/BEAM-3864). Original Jira may contain additional context. Reported by: herohde.

go
P3
improvement

### What happened? Due to test configuration issues, the tests were not part of tox unit test suite. Enabling them causes failures: ``` FAILED apache_beam/ml/inference/onnx_inference_test.py::OnnxPytorchRunInferencePipelineTest::test_invalid_input_type - AttributeError: 'TestOnnxModelHandler' object has...

python
tests
P1
bug
failing test
awaiting triage
permared