Skip to content

[Bug]: Newly introduced OutputReceiver.outputWindowedValue breaking downstream user transforms #30203

@Abacn

Description

@Abacn

What happened?

Introduced in #29616, OutputReceiver implementations now requires a new method outputWindowedValue to be implemented in subclasses.

Arguably this was already noticed as a breaking change in #29616, as multiple @Override public void outputWindowedValue(..) {throw new UnsupportedOperationException} was added in Beam code.

We should consider declare the interface method as a default method there

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions