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

Adding SchemaTransform translation and tests for KafkaIO

java
io
kafka
Next Action: Reviewers

Imported from Jira [BEAM-1474](https://issues.apache.org/jira/browse/BEAM-1474). Original Jira may contain additional context. Reported by: kenn.

runners
dataflow
new feature
P3

Imported from Jira [BEAM-1479](https://issues.apache.org/jira/browse/BEAM-1479). Original Jira may contain additional context. Reported by: kenn.

runners
dataflow
new feature
P3

### What happened? If unbounded source is empty, watermarks are not sent from the source to downstream operators. ### Issue Priority Priority: 3 (minor) ### Issue Components - [ ]...

flink
P3
bug
P2

### What would you like to happen? This bug is part of the Beam YAML milestone. More information about Beam YAML can be found here: https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml#beam-yaml-api A Beam YAML contribution...

python
java
io
new feature
P2
yaml

Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.42.2 to 1.54.3. Commits 8abec4c Release 2024-05-23 70e7095 Regenerated Clients 0b2a340 Update partitions file c1eb2d9 Update endpoints model 4c990d1 Update API model c6c1626 s3: handle unrecognized values...

go
dependencies

Bumps commons-cli:commons-cli from 1.6.0 to 1.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=gradle&previous-version=1.6.0&new-version=1.8.0)](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

Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.13.8 to 1.16.21. Commits b08ae84 Release 2022-10-03 3176b00 Regenerated Clients 4e7fe92 Update endpoints model 8485699 Update API model 9fa3861 Release 2022-09-30 411f0f4 Regenerated Clients 9279164 Update endpoints...

go
dependencies

### What would you like to happen? The Managed transform API returns `PCollectionRowTuple`s, which requires extra calls when building a pipeline. Specifically, for reads we have to call `PCollectionRowTuple.empty(pipeline).apply ......

java
io
new feature
P2
awaiting triage

https://github.com/apache/beam/pull/30639 added an codepath to fail early when SDK emits a large element. This PR adds a warning when we detect large elements that can be problematic, but still within...

python