Commits


stczwd authored and David Li committed 0cc320c6e3b
ARROW-16568: [Java] Enable skip BOUNDS_CHECKING with setBytes and getBytes of ArrowBuf We have BOUNDS_CHECKING_SKIP in ArrowBuf.setByte or ArrowBuf.getByte, it helps to remove unexpected bounds checks. However, it doesn't exists in ArrowBuf.setBytes or ArrowBuf.getBytes, which makes 10% cpu time cost for checking bounds in our environment. Closes #13161 from jackylee-ch/skip_bounds_check_for_set_or_get_bytes Authored-by: stczwd <qcsd2011@163.com> Signed-off-by: David Li <li.davidm96@gmail.com>