trinodb/trino

Update presto-record-decoder and dependent modules to use Optional

Open

#1,610 opened on Sep 30, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (2,678 forks)batch import
good first issuemaintenance

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

Description

Variables such as getFormatHint in DecoderColumnHandle can be null, we should change them to optional

Contributor guide