Skip to content

Split BPlusTreePageCodec #205

Split BPlusTreePageCodec

Split BPlusTreePageCodec #205

Triggered via push February 7, 2024 09:02
Status Success
Total duration 47s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lints
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite: bustubx/src/buffer/mod.rs#L6
unused import: `Page`
Test Suite: bustubx/src/catalog/mod.rs#L7
unused imports: `DEFAULT_CATALOG_NAME`, `DEFAULT_SCHEMA_NAME`, `IndexInfo`, `IndexOid`, `TableInfo`, `TableOid`
Test Suite: bustubx/src/execution/physical_plan/nested_loop_join.rs#L7
unused import: `catalog::Schema`
Test Suite: bustubx/src/execution/physical_plan/values.rs#L4
unused import: `ColumnRef`
Test Suite: bustubx/src/expression/mod.rs#L8
unused import: `BinaryOp`
Test Suite: bustubx/src/storage/codec/mod.rs#L9
unused imports: `BPlusTreeInternalPageCodec`, `BPlusTreeLeafPageCodec`, `BPlusTreePageCodec`
Test Suite: bustubx/src/storage/index.rs#L2
unused import: `std::sync::Arc`
Test Suite: bustubx/src/storage/index.rs#L8
unused import: `catalog::Schema`
Test Suite: bustubx/src/storage/tuple.rs#L1
unused import: `ColumnRef`
Test Suite: bustubx/src/catalog/schema.rs#L23
variable does not need to be mutable