Re: [PR] Always use Unsafe as the default PinotBufferFactory [pinot]

2024-07-17 Thread via GitHub
codecov-commenter commented on PR #13639: URL: https://github.com/apache/pinot/pull/13639#issuecomment-223317 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13639?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

[PR] Always use Unsafe as the default PinotBufferFactory [pinot]

2024-07-17 Thread via GitHub
gortiz opened a new pull request, #13639: URL: https://github.com/apache/pinot/pull/13639 We have been using UnsafePinotBufferFactory for a while with no regression detected. I think it is a good time to start working on the plan to remove LArray dependency (see #12810) This PR