Skip to content

Check for null in all field writers #473

@rfecher

Description

@rfecher

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions