Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update java/README.md
Co-Authored-By: emkornfield <[email protected]>
  • Loading branch information
tianchen92 and emkornfield authored Aug 14, 2019
commit 225770b304cb896f7abdcfbe49e907babadfc7df
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ a version of your choosing.

There are several system/environmental variables that users can configure. These trade off safety (they turn off checking) for speed. Typically they are only used in production settings after the code has been thoroughly tested without using them.

* BoundsChecking: Bounds checking is on by default. You can disable it by setting either the
* Bounds Checking for memory accesses: Bounds checking is on by default. You can disable it by setting either the
system property("arrow.enable_unsafe_memory_access") or the environmental variable
("ARROW_ENABLE_UNSAFE_MEMORY_ACCESS") to "true". When both the system property and the environmental
variable are set, the system property takes precedence.
Expand Down