apache / apache/beam

Support more granular splitting in BigQueryStorageStreamSource

Open
#20,608 0 comments 0 reactions 0 assignees View on GitHub
gcp improvement io java P3
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

The BigQuery storage API supports partitioning of streams in the API. However, the partitioning granularity is not sufficient for some pipelines, for which it is desirable to be able to dynamically rebalance down to the level of individual rows. This can be implemented by storing both the stream ID and an offset range as components of a stream source, as opposed to a stream ID only.

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.