Fix group by logic test #238
Annotations
16 warnings
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/.
|
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/
|
Install stable toolchain
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/
|
Install stable toolchain
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/
|
Install stable toolchain
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/
|
Install stable toolchain
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/
|
Run cargo test:
bustubx/src/planner/logical_planner/plan_create_table.rs#L2
unused import: `itertools::Itertools`
|
Run cargo test:
bustubx/src/buffer/buffer_pool.rs#L156
method `delete_page` is never used
|
Run cargo test:
bustubx/src/buffer/page.rs#L31
method `destroy` is never used
|
Run cargo test:
bustubx/src/buffer/replacer.rs#L8
field `frame_id` is never read
|
Run cargo test:
bustubx/src/catalog/catalog.rs#L125
methods `create_index` and `get_index_by_name` are never used
|
Run cargo test:
bustubx/src/common/rid.rs#L12
associated constant `INVALID_RID` is never used
|
Run cargo test:
bustubx/src/database.rs#L21
fields `disk_manager` and `temp_dir` are never read
|
Run cargo test:
bustubx/src/optimizer/logical_optimizer.rs#L52
associated function `with_rules` is never used
|
Run cargo test:
bustubx/src/storage/codec/index_page.rs#L10
struct `BPlusTreePageCodec` is never constructed
|
Run cargo test:
bustubx/src/storage/codec/index_page.rs#L13
associated functions `encode` and `decode` are never used
|
The logs for this run have expired and are no longer available.
Loading