Skip to content

Commit 6565185

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

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
@@ -56,7 +56,7 @@ a version of your choosing.
5656

5757
## System/Environmental Variables
5858

59-
There are several system/environmental variables that users can config.
59+
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.
6060

6161
* BoundsChecking: Bounds checking is on by default. You can disable it by setting either the
6262
system property("arrow.enable_unsafe_memory_access") or the environmental variable

0 commit comments

Comments
 (0)