Re: Preconditions, Annotations, Exceptions, Nulls, and Optionals

2020-05-10 Thread Mayank Shrivastava
ummers Sent: Saturday, May 9, 2020 9:25 PM To: d...@pinot.incubator.apache.org Subject: Preconditions, Annotations, Exceptions, Nulls, and Optionals Hey Pinot team, My name is Charlie Summers and I'm a new contributor to the project. As I've started diving into the code, I'm not seeing a consistent pat

Preconditions, Annotations, Exceptions, Nulls, and Optionals

2020-05-09 Thread Charlie Summers
Hey Pinot team, My name is Charlie Summers and I'm a new contributor to the project. As I've started diving into the code, I'm not seeing a consistent pattern for how we handle unexpected behavior in the project. In some places we're throwing exceptions. In some places we log an error message