Closed toddfarmer closed 7 years ago
Note: Comment by Laurent Goujon (laurent):
BaseAllocator.java
is accessing DEBUG_LOCK
before checking if DEBUG
is true. This should be the opposite.
Note: Comment by Laurent Goujon (laurent): pull request: https://github.com/apache/arrow/pull/64
Note: Comment by Laurent Goujon (laurent): This was merged in e316b3f765167fa1f45197061624e73332b095f4
Note: This issue was originally created as ARROW-105. Please see the migration documentation for further details.
Original Issue Description:
Some unit tests fail with the following stack trace if assertions are disabled.