vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Lock file maintenance (#8655) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
24 minutes ago
Lock file maintenance
renovate/lock-file-maintenance-rust-lock-file-maintenance
25 minutes ago
Update Rust crate cxx to v1.0.195 [SECURITY] (#8653) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cxx](https://cxx.rs) ([source](https://redirect.github.com/dtolnay/cxx)) | dependencies | patch | `1.0.194` → `1.0.195` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### `let_cxx_string!` uses uninitialized value due to exception safety violations [RUSTSEC-2026-0202](https://rustsec.org/advisories/RUSTSEC-2026-0202.html) <details> <summary>More information</summary> #### Details In affected versions of this crate, `let_cxx_string!` is not exception safe. After creating the `StackString`, if `match $value` panics, the content of `StackString` is not yet initialized, while the drop implementation of `StackString` unconditionally deinitializes the content, leading to use of uninitialized value. The soundness issue was fixed in version `1.0.195` by moving drop logics to separate drop guard after initializing the `StackString`. #### Severity Unknown #### References - [https://crates.io/crates/cxx](https://crates.io/crates/cxx) - [https://rustsec.org/advisories/RUSTSEC-2026-0202.html](https://rustsec.org/advisories/RUSTSEC-2026-0202.html) - [https://github.com/dtolnay/cxx/issues/1729](https://redirect.github.com/dtolnay/cxx/issues/1729) This data is provided by [OSV](https://osv.dev/vulnerability/RUSTSEC-2026-0202) and the [Rust Advisory Database](https://redirect.github.com/RustSec/advisory-db) ([CC0 1.0](https://redirect.github.com/rustsec/advisory-db/blob/main/LICENSE.txt)). </details> --- ### Release Notes <details> <summary>dtolnay/cxx (cxx)</summary> ### [`v1.0.195`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.195) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.194...1.0.195) - Fix use of uninitialized value in `let_cxx_string!` on panic inside initialization expression ([#​1729](https://redirect.github.com/dtolnay/cxx/issues/1729), [#​1731](https://redirect.github.com/dtolnay/cxx/issues/1731)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
34 minutes ago
Merge branch 'develop' into fix/dict-strategy-probe-compressor Signed-off-by: Onur Satici <onursatici@users.noreply.github.com>
tomsanbear:fix/dict-strategy-probe-compressor
36 minutes ago
Lock file maintenance
renovate/lock-file-maintenance-rust-lock-file-maintenance
8 hours ago
Lock file maintenance
renovate/lock-file-maintenance-js-lock-file-maintenance
8 hours ago
bench(vortex-jni): add pure-Rust reproducer for multi-chunk write corruption underflow.rs reproduces whole-row data corruption in the vortex-jni Arrow-C write path: a multi-chunk write of Arrow-imported variable-width (Utf8/Utf8View) columns with a reused VectorSchemaRoot and an uneven final chunk corrupts the tail of full-size chunks (strings -> "", ints -> 0). A pure-Rust write of the same data is clean; the JMH read bench's `cat = 'alpha'` filter consequently under-counts (111,168 vs the expected 125,000 = ROWS/16). Run: cargo run -p vortex-jni --bin underflow (knobs: UF_ROWS / UF_CHUNK / UF_VIEW) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: mprammer <martin@spiraldb.com>
mp/jni-bench
18 hours ago
Update Rust crate cxx to v1.0.195 [SECURITY]
renovate/crate-cxx-vulnerability
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Lock file maintenance
#8654
34 minutes ago
dfecd33
renovate/lock-file-maintenance-rust-lock-file-maintenance
CodSpeed Performance Gauge
+4%
fix(layout/dict): probe with the configured compressor instead of a hardcoded default
#8406
42 minutes ago
70788da
tomsanbear:fix/dict-strategy-probe-compressor
CodSpeed Performance Gauge
0%
Lock file maintenance
#8655
8 hours ago
addbdc0
renovate/lock-file-maintenance-js-lock-file-maintenance
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs