datafusion-comet
datafusion-comet copied to clipboard
chore(deps): bump lz4_flex from 0.11.5 to 0.12.0 in /native
Bumps lz4_flex from 0.11.5 to 0.12.0.
Release notes
Sourced from lz4_flex's releases.
0.12.0
What's Changed
- Fix integer overflows when decoding large payloads by
@teh-cmcin PSeitz/lz4_flex#192- chore(readme): add python binding impl by
@LVivonain PSeitz/lz4_flex#190New Contributors
@teh-cmcmade their first contribution in PSeitz/lz4_flex#192@LVivonamade their first contribution in PSeitz/lz4_flex#190Full Changelog: https://github.com/PSeitz/lz4_flex/compare/0.11.5...0.12.0
Changelog
Sourced from lz4_flex's changelog.
0.12.0 (2025-11-11)
This fixes an u32 integer overflow when decoding large payloads in the block format. Note: The block format is not suitable for such large payloads, since it keeps everything in memory. Consider using the frame format for large data.This change also removes a unsafe fast-path for write_integer to simplify the code.
The performance impact is on incompressible data, which is already fast enough.
Commits
975bfa7bump version to 0.12.040d8110update readme642020ebump version to 0.125295b16chore(readme): add python binding implc1483c4fix the issueb3c03beimplement test demonstrating the issuea61ee5fremove unsafe write_integer which AFAICT is not used and brokenad71a31fix illegal doc commentf1c070eclippy1496be4update binggan- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase