Commits


liyafan82 authored and Bryan Cutler committed e362b5d7967
ARROW-6209: [Java] Extract set null method to the base class for fixed width vectors Currently, each fixed width vector has the setNull method. All these implementations are identical, so we move them to the base class. Closes #5064 from liyafan82/fly_0812_null and squashes the following commits: d654a3d <liyafan82> Extract set null method to the base class for fixed width vectors Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>