gf2121 opened a new issue, #14912: URL: https://github.com/apache/arrow/issues/14912
### Describe the enhancement requested For some reason our system need to set netty param `io.netty.noUnsafe=true`. We have replaced `arrow-memory-netty` with `arrow-memory-unsafe`. But there are still some utils in `arrow-vector` like `DictionaryEecoder`, `VectorSchemaRootAppender` using `PlatformDependent` which will cause `NullPointerException` when `io.netty.noUnsafe=true` . IMO netty params should not affect the work of `arrow-vector`, can we replace the usage of `PlatformDependent` by `ArrowBuf#setxxx` ? ### Component(s) Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
