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

Added support for initialising a "dict" from a direct ByteBuffer. #255

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

mortengrouleff
Copy link
Contributor

This avoid the critical region otherwise required on the byte array.

…avoid the critical region otherwise required on the byte array.
@luben luben merged commit e845db1 into luben:master Apr 14, 2023
@luben
Copy link
Owner

luben commented Apr 14, 2023

Thanks!

@mortengrouleff
Copy link
Contributor Author

Thanks!
Any plans for a binary release that include this?

@luben
Copy link
Owner

luben commented Apr 17, 2023

Yes, there is another PR in progress, I will wait for it to be ready and merged and will release new version

@luben
Copy link
Owner

luben commented Apr 22, 2023

I have just released 1.5.5-2

dongjoon-hyun pushed a commit to apache/spark that referenced this pull request May 11, 2023
### What changes were proposed in this pull request?
This pr aims upgrade `zstd-jni` from 1.5.5-1 to 1.5.5-2.

### Why are the changes needed?
New version includes one new improvement `Added support for initialising a "dict" from a direct ByteBuffer`:
- luben/zstd-jni#255

Other changes as follows:
- luben/zstd-jni@v1.5.5-1...v1.5.5-2

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

Closes #41135 from LuciferYang/SPARK-43294-2.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants