We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdc7e2 commit 20b263bCopy full SHA for 20b263b
1 file changed
memory/memory-core/src/main/java/org/apache/arrow/memory/ArrowBuf.java
@@ -83,7 +83,7 @@ public ArrowBuf(
83
final @Nullable BufferManager bufferManager,
84
final long capacity,
85
final long memoryAddress) {
86
- ALLOCATION_COUNT.incrementAndGet();
+ ALLOCATION_COUNT.incrementAndGet();
87
this.referenceManager = referenceManager;
88
this.bufferManager = bufferManager;
89
this.addr = memoryAddress;
0 commit comments