3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,678 forks (2,678 forks)batch import
good first issuemaintenance
Repository metrics
- Stars
- 9,113 stars (9,113 stars)
- PR merge metrics
- Avg merge 5d 9h (Avg merge 5d 9h)306 merged PRs in 30d (306 merged PRs in 30d)
Description
Variables such as getFormatHint in DecoderColumnHandle can be null, we should change them to optional
Contributor guide
- Research direction
- Find all usages of getFormatHint in the presto record decoder module and its dependents, and change the method signature to return Optional<FormatHint> instead of nullable FormatHint. Update all callers accordingly.
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- JavaOptional API