In a quick search it looks like ByteFieldWriter, ShortFieldWriter, IntegerFieldWriter, LongFieldWriter, FloatFieldWriter, and DoubleFieldWriter do not check for null before creating the byte buffer or array.
This ticket is to ensure that these field writers and any others consistently check for null and return an empty array of bytes if the input is null.
In a quick search it looks like ByteFieldWriter, ShortFieldWriter, IntegerFieldWriter, LongFieldWriter, FloatFieldWriter, and DoubleFieldWriter do not check for null before creating the byte buffer or array.
This ticket is to ensure that these field writers and any others consistently check for null and return an empty array of bytes if the input is null.