0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java4,097 forks (4,097 forks)batch import
P4coregood first issueimprovementjava
Repository metrics
- Stars
- 7,313 stars (7,313 stars)
- PR merge metrics
- Avg merge 6d (Avg merge 6d)243 merged PRs in 30d (243 merged PRs in 30d)
Description
Triggers are already enriched POJOs that could use @AutoValue. Certainly once they are converted to a simple AST this is the way to go.
Imported from Jira BEAM-766. Original Jira may contain additional context.
Reported by: kenn.
Contributor guide
- Research direction
- Study the existing trigger AST classes in the Apache Beam codebase and understand how @AutoValue can be applied to simplify them. Examine examples of other classes that already use @AutoValue in the project for patterns.
- Tech stack
- java
- Domain
- backenddata
- Issue type
- Refactor
- Prerequisites
- JavaAutoValueApache Beam