apache / apache/beam

Display Data is not populated on Window.Configure

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

Description

This is because a `Window.configure()` is implemented in terms of a Flatten and setting the output windowing strategy, rather than a primitive transform. The flatten cannot have associated display data. Display data is properly populated on the enclosing window transform, however.

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

Contributor guide

Open the contributing guide

Research direction

Start with Window.configure() and inspect how it uses Flatten and the output windowing strategy. Compare this with the enclosing window transform's display-data behavior; done means Window.Configure exposes the expected display data rather than leaving it only on the enclosing transform.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.