Skip to content

feat: switch to b+ tree #118

feat: switch to b+ tree

feat: switch to b+ tree #118

Triggered via pull request February 5, 2024 16:11
Status Failure
Total duration 29s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
go-test: pkg/appendable/csv_handler.go#L30
invalid argument: f.Indexes (value of type func() (*btree.LinkedMetaPage, error)) for len
go-test: pkg/appendable/csv_handler.go#L35
cannot range over f.Indexes (value of type func() (*btree.LinkedMetaPage, error))
go-test: pkg/appendable/csv_handler.go#L41
f.data undefined (type *IndexFile has no field or method data)
go-test: pkg/appendable/csv_handler.go#L46
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
go-test: pkg/appendable/csv_handler.go#L50
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
go-test: pkg/appendable/csv_handler.go#L51
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
go-test: pkg/appendable/csv_handler.go#L57
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
go-test: pkg/appendable/csv_handler.go#L58
f.Checksums undefined (type *IndexFile has no field or method Checksums)
go-test: pkg/appendable/csv_handler.go#L86
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
go-test: pkg/appendable/csv_handler.go#L87
f.EndByteOffsets undefined (type *IndexFile has no field or method EndByteOffsets)
node-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.