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 (9,113 stars) (2,678 forks)batch import
good first issuemaintenance

Description

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

Contributor guide