| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I'm not able to set the bug-fix label in the PR |
Sorry, something went wrong.
|
@lidavidm can you review this please |
Sorry, something went wrong.
|
@torito I gonna take a look. By the way, I'm fixing the CI, so the build for this PR will probably fail. |
Sorry, something went wrong.
|
@torito can you please rebase this PR ? The CI should be ok now. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What's Changed
The Direct Buffer is not always needed to use Arrow memory, however, we cannot load MemoryUtil class if we don't set:
Which is not always needed/possible.
This fix proposes to catch the InaccessibleObjectException to not avoiding the load of the class.
The directBuffer is, in any case not available and a UnsupportedOperationException will be throw as it is in the existing code
Closes #1007 .