Skip to content

add collect_block to BoxableSegmentCollector (#2331) #3398

add collect_block to BoxableSegmentCollector (#2331)

add collect_block to BoxableSegmentCollector (#2331) #3398

Triggered via push March 21, 2024 08:10
Status Success
Total duration 33m 21s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice`: columnar/src/column_values/mod.rs#L105
warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` --> columnar/src/column_values/mod.rs:105:14 | 105 | .into_iter() | ^^^^^^^^^ help: call directly: `iter_mut` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice`: columnar/src/column_values/mod.rs#L78
warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` --> columnar/src/column_values/mod.rs:78:14 | 78 | .into_iter() | ^^^^^^^^^ help: call directly: `iter_mut` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref = note: `#[warn(clippy::into_iter_on_ref)]` on by default
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.