Merge pull request #2559 from quickwit-oss/trinity/sstable-partial-au… #880
Annotations
6 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
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
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
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
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/
|
unused variable: `field`:
src/indexer/index_writer.rs#L2556
warning: unused variable: `field`
--> src/indexer/index_writer.rs:2556:13
|
2556 | let field = schema_builder.add_bool_field("example", STORED);
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_field`
|
= note: `#[warn(unused_variables)]` on by default
|