1 parent e6905ef commit 0e276faCopy full SHA for 0e276fa
1 file changed
java/memory/src/main/java/org/apache/arrow/memory/Accountant.java
@@ -247,7 +247,7 @@ public static enum AllocationOutcome {
247
/**
248
* Allocation succeeded but only because the allocator was forced to move beyond a limit.
249
*/
250
- FORCED_SUCESS(true),
+ FORCED_SUCCESS(true),
251
252
253
* Allocation failed because the local allocator's limits were exceeded.
0 commit comments