Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make EncoderJNI and EncoderJNI.Wrapper public? #123

Closed
deshanxiao opened this issue Dec 27, 2023 · 1 comment · Fixed by #124
Closed

Make EncoderJNI and EncoderJNI.Wrapper public? #123

deshanxiao opened this issue Dec 27, 2023 · 1 comment · Fixed by #124
Labels
enhancement New feature or request

Comments

@deshanxiao
Copy link
Contributor

deshanxiao commented Dec 27, 2023

Hello, I notice that DecoderJNI and DecoderJNI.Wrapper are marked as public class. Is it possible to mark EncoderJNI and EncoderJNI.Wrapper as public too?

This requirement comes from the fact that we want to support brotli codec in Apache ORC. However, Bytebuffer overflow needs to be considered in ORC, and frequent copies are not very friendly to performance. We want to use EncoderJNI directly to support these special scenario.

@hyperxpro
Copy link
Owner

Sure, feel free to do a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants