Skip to content

Conversation

@Long9725
Copy link
Contributor

"result & 0xFF" always yields a positive number, but ZstdErrorCode needs negative number.

@Long9725 Long9725 force-pushed the fix/direct-byte-buffer-stream-error branch from 3775f79 to 677bf04 Compare July 24, 2025 04:59
@codecov
Copy link

codecov bot commented Jul 24, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.69%. Comparing base (c76455c) to head (677bf04).
Report is 58 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #364      +/-   ##
============================================
+ Coverage     60.01%   60.69%   +0.67%     
- Complexity      308      332      +24     
============================================
  Files            26       27       +1     
  Lines          1473     1618     +145     
  Branches        170      189      +19     
============================================
+ Hits            884      982      +98     
- Misses          434      465      +31     
- Partials        155      171      +16     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luben luben merged commit 9c3386d into luben:master Jul 25, 2025
8 checks passed
@luben
Copy link
Owner

luben commented Jul 25, 2025

Thanks for fixing that bug!

@luben
Copy link
Owner

luben commented Oct 2, 2025

Now it's released as 1.5.7-5. Sorry for the delay

dongjoon-hyun added a commit to apache/spark that referenced this pull request Oct 13, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `zstd-jni` to 1.5.7-5.

### Why are the changes needed?

To bring the latest bug fix.
- https://github.com/luben/zstd-jni/releases/tag/v1.5.7-5
  - luben/zstd-jni#364

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

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #52591 from dongjoon-hyun/SPARK-53884.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request Nov 25, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `zstd-jni` to 1.5.7-5.

### Why are the changes needed?

To bring the latest bug fix.
- https://github.com/luben/zstd-jni/releases/tag/v1.5.7-5
  - luben/zstd-jni#364

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

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#52591 from dongjoon-hyun/SPARK-53884.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
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