Commits


liyafan82 authored and Pindikura Ravindra committed b98a560fc56
ARROW-6117: [Java] Fix the set method of FixedSizeBinaryVector For the set method, if the parameter is null, it should clear the validity bit. However, the current implementation throws a NullPointerException. Closes #4995 from liyafan82/fly_0802_fixset and squashes the following commits: b6e650ca7 <liyafan82> Fix the set method of FixedSizeBinaryVector Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>