You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ a version of your choosing.
56
56
57
57
## System/Environmental Variables
58
58
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.
60
60
61
61
* BoundsChecking: Bounds checking is on by default. You can disable it by setting either the
62
62
system property("arrow.enable_unsafe_memory_access") or the environmental variable
0 commit comments