Commits


Animesh Trivedi authored and Wes McKinney committed 853ba6b6e67
ARROW-3493: [Java] Make sure bound checks are off As discussed previously on the mailing list, I found that the bound checks have significant performance penalty. This commit: * renames the property from "drill.enable_unsafe_memory_access" to "arrow.check_unsafe_memory_access" * set the default value to false For somehow doing debugging, they can set it back to true. Signed-off-by: Animesh Trivedi <atrivedi@apache.org> Author: Animesh Trivedi <atrivedi@apache.org> Closes #3032 from animeshtrivedi/ARROW-3493 and squashes the following commits: 71752ca5c <Animesh Trivedi> ARROW-3493: Make sure bound checks are on 4cbe7b588 <Animesh Trivedi> ARROW-3493: Make sure bound checks are on b1f1c6417 <Animesh Trivedi> ARROW-3493: Make sure bound checks are off 35fd031c2 <Animesh Trivedi> ARROW-3493: Make sure bound checks are off