We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e22535 commit 603ac87Copy full SHA for 603ac87
memory/memory-core/src/main/java/org/apache/arrow/memory/BaseAllocator.java
@@ -436,12 +436,12 @@ public synchronized void close() {
436
closeImpl();
437
} catch (Exception e) {
438
logger.warn(
439
- "BufferAllocator.close() of {} got an exception {} - Details {}",
440
- this,
441
- e,
442
- this.toVerboseString());
+ "BufferAllocator.close() of {} got an exception {} - Details {}",
+ this,
+ e,
+ this.toVerboseString());
443
444
- throw e;
+ throw e;
445
}
446
447
0 commit comments