apache / apache/beam

KeyedWorkItemCoder claims three coder arguments in getCoderArguments but only has two generic type variables

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

Description

The number of coder arguments should match the number of type variables. The purpose of the method is to associate the type variables with coders.

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

Contributor guide

Open the contributing guide

Research direction

Locate KeyedWorkItemCoder and inspect getCoderArguments alongside the class's two generic type variables. Check the surrounding coder tests or test entry points, then verify that the method's returned coder count matches the type variables and that the relevant tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.