Skip to content

Commit a19498c

Browse files
Update java/README.md
Co-Authored-By: emkornfield <emkornfield@gmail.com>
1 parent 225770b commit a19498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ system property("arrow.enable_unsafe_memory_access") or the environmental variab
6363
("ARROW_ENABLE_UNSAFE_MEMORY_ACCESS") to "true". When both the system property and the environmental
6464
variable are set, the system property takes precedence.
6565

66-
* NullCheckingForGet: Null checking is on by default. You can disable it by setting either the
66+
* null checking for gets: ValueVector get methods (not getObject) methods by default verify the slot is not null. You can disable it by setting either the
6767
system property("arrow.enable_null_check_for_get") or the environmental variable
6868
("ARROW_ENABLE_NULL_CHECK_FOR_GET") to "false". When both the system property and the environmental
6969
variable are set, the system property takes precedence.

0 commit comments

Comments
 (0)