Skip to content

Commit 63dea2f

Browse files
lw-linkou
authored andcommitted
ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOutcome
Rename FORCED_SUCESS to FORCED_SUC**_C_**ESS in memory.AllocationManager.AllocationOutcome. Author: proflin <proflin.me@gmail.com> Closes #4 from proflin/ARROW-15--Fix-a-naming-typo-for-memory.AllocationManager.AllocationOutcome and squashes the following commits: 0e276fa [proflin] ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOutcome
1 parent a2a2483 commit 63dea2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/src/main/java/org/apache/arrow/memory/Accountant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public static enum AllocationOutcome {
247247
/**
248248
* Allocation succeeded but only because the allocator was forced to move beyond a limit.
249249
*/
250-
FORCED_SUCESS(true),
250+
FORCED_SUCCESS(true),
251251

252252
/**
253253
* Allocation failed because the local allocator's limits were exceeded.

0 commit comments

Comments
 (0)