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

Performance change found in the test: `test_cloudml_benchmark_criteo_10GB-runtime_sec` for the metric: `runtime_sec`. For more information on how to triage the alerts, please look at `Triage performance alert issues` section of the...

awaiting triage
perf-alert

### What happened? **Description:** When attempting to execute a SQL query on a PCollection named 'data1', the following error occurs: ``` org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.validate.SqlValidatorException: Object 'data1' not found ``` **Steps to Reproduce:**...

python
dataflow
bug
P2
awaiting triage

The current message doesn't display the current value, and doesn't imply that users can have control over it.

java
runners
dataflow

This PR adds Load tests for PubSubIO. There are several configurations depending on the amount of data and the runner where the tests will be executed: - **local**: Data volume...

Implementing a script that generates wrappers for external SchemaTransforms, according to Option #3 in the following design doc: https://s.apache.org/autogen-wrappers The script's workflow takes place in setup.py, which can be invoked...

python
java
build
io
gcp
Next Action: Reviewers

This PR implements Redis caching support for `RequestResponseIO` and integrates it with [Enrichment transform](https://s.apache.org/enrichment-transform). It also enables the test for RRIO and Enrichment with [HTTP Mock API](https://github.com/apache/beam/tree/master/.test-infra/mock-apis). Part of #29787...

python
build
io
Next Action: Reviewers

------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example:...

java
build
io
runners
dataflow
gcp

Throwing the error that contains the resource id could help users identify which file could cause issues. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate...

java

TODO: https://github.com/apache/beam/issues/30288, also mentioned in the code. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the...

python
Next Action: Reviewers

Update the following metrics after we insert a batch of rows using BigQuery's InsertAll RPC. ### 1. `RowsAppendedCount` Counter Tracks the status of BigQuery Rows after the batch of InsertAll...

java
io
gcp