vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
clean up writer Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/add-list-layout
9 minutes ago
style(vortex-array): split braced import in interleave benchmark `cargo +nightly fmt --all --check` (the Rust lint job's format step) requires per-item imports; split `use vortex_array::{array_session, ArrayRef}`. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/eager-heisenberg-fxi8wx
2 hours ago
docs(vortex-array): unlink private Interleave::check from public constructor docs The `new_unchecked` / `new_unchecked_slots` doc comments intra-doc-linked `[`Interleave::check`]`, a private item, failing `rustdoc::private_intra_doc_links` (`-D warnings`). Drop the link brackets, keeping the inline-code reference. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
claude/eager-heisenberg-fxi8wx
2 hours ago
Use AllNonDistinct in assert_arrays_eq and implement it for variant types assert_arrays_eq_impl detects equality via all_non_distinct (with a lazy find_mismatched_indices only to build the failure message). Adds the Canonical::Variant arm (compare logical variant scalars), a ParquetVariant aggregate kernel that compares typed_value/value children directly, and fixes check_primitive_identical to use NativePType::is_eq (bitwise float equality). Stacked on the assert_arrays_eq (ExecutionCtx threading) branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Robert Kruszewski <github@robertk.io>
assert_arrays_eq_allnondistinct
2 hours ago
assert_arrays_eq and assert_nth_scalar require ExecutionCtx (#8509) Part of migration to populate execution context everywhere
develop
2 hours ago
fix Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/add-list-layout
2 hours ago
Update Rust crate memmap2 to v0.9.11 [SECURITY] (#8545) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [memmap2](https://crates.io/crates/memmap2) | workspace.dependencies | patch | `0.9.10` ā `0.9.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Unchecked pointer offset in crate `memmap2` [RUSTSEC-2026-0186](https://rustsec.org/advisories/RUSTSEC-2026-0186.html) <details> <summary>More information</summary> #### Details Affected versionf of `memmap2` did not perform enough validation on the `offset` and `len` parameters of `Mmap::[unchecked_]advise_range()`, `MmapMut::[unchecked_]advise_ranage()` and `MmapMut::flush[_async]_range()`. This can cause undefined behavior due to invalid values being passed to [`pointer::offset()`] and [`pointer::add()`] when passing an out-of-bounds range to any of the affected functions. The flaw was corrected in commit [`cee7cf0`] and released in version `0.9.11`. The invalid pointer is not dereferenced, but it is passed to the `madvise` and `msync` syscalls and their Windows equivalents. [`pointer::offset()`]: https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.offset-1 [`pointer::add()`]: https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.add-1 [`cee7cf0`] [https://github.com/RazrFalcon/memmap2-rs/pull/170](https://redirect.github.com/RazrFalcon/memmap2-rs/pull/170)/changes/cee7cf03a9ee095982a3c37b7aac8e3f68f1a00c #### Severity Unknown #### References - [https://crates.io/crates/memmap2](https://crates.io/crates/memmap2) - [https://rustsec.org/advisories/RUSTSEC-2026-0186.html](https://rustsec.org/advisories/RUSTSEC-2026-0186.html) - [https://github.com/RazrFalcon/memmap2-rs/issues/169](https://redirect.github.com/RazrFalcon/memmap2-rs/issues/169) - [https://github.com/RazrFalcon/memmap2-rs/pull/170](https://redirect.github.com/RazrFalcon/memmap2-rs/pull/170) This data is provided by [OSV](https://osv.dev/vulnerability/RUSTSEC-2026-0186) 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> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
2 hours ago
more Signed-off-by: Robert Kruszewski <github@robertk.io>
assert_arrays_eq
2 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Optimize interleave boolean gather
#8350
2 hours ago
12a1071
claude/eager-heisenberg-fxi8wx
CodSpeed Performance Gauge
+6%
Use AllNonDistinct in assert_arrays_eq and implement it for variant types
#8546
10 hours ago
e89702f
assert_arrays_eq_allnondistinct
CodSpeed Performance Gauge
+14%
feat: add `ListLayout`
#8071
2 hours ago
92b7b92
mk/add-list-layout
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs