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? I use SqlTransform component in an Apache Beam pipeline running in DataFlow. If I add one more variable in the SQL query, I get the error: `...

python
java
bug
P2
awaiting triage

### What happened? Starting of Beam version `2.52.0`, for some reason the jdbc library imported is the thin version, and not the `all` version. Given this `pom.xml` file: ```xml 4.0.0...

io
bug
P2
awaiting triage

### What happened? `org.apache.beam.runners.core.metrics.MetricUpdates.isEmpty` method does not check for `gaugeUpdates` to be empty. ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components...

python
java
go
spark
dataflow
flink
jet
samza
twister2
typescript
bug
P2

To make a PTransform upgradable, we need to write some translation logic for it (see [TransformPayloadTranslator](https://github.com/apache/beam/blob/d560aa63d58145546def09aba7db6f0c8f39dbe0/sdks/java/core/src/main/java/org/apache/beam/sdk/util/construction/PTransformTranslation.java#L631)). Essentially, this is logic that can: - translate a transform to its corresponding FunctionSpec...

java
io
kafka

Bumps com.gradle.common-custom-user-data-gradle-plugin from 2.0.1 to 2.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.common-custom-user-data-gradle-plugin&package-manager=gradle&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

build
dependencies

Reimplement throttling counters after gcsio migration to google-cloud-storage client library. The previous implementation is at https://github.com/apache/beam/blob/bb044f4863cd151214f61174ac3c097bea724098/sdks/python/apache_beam/io/gcp/gcsio_overrides.py#L54

python
io
gcp

There was a prior email dev thread about PubSub ordering key[1] but that was in reference to reads. It should be possible to support pubsub Write with ordering key. We...

java
io
gcp
P3
improvement

### What would you like to happen? This is a follow-up FR of #31330 to add warning if temp location bucket has soft delete enabled for Go SDK. Java and...

go
new feature
P2
awaiting triage

### What would you like to happen? This is a follow-up FR of #31330 to disable soft delete policy in default bucket creation for Go SDK. Java and Python implementation...

go
new feature
P2
awaiting triage