Skip to content

simple query engine on top of object store #1615

simple query engine on top of object store

simple query engine on top of object store #1615

Triggered via pull request April 16, 2024 19:41
Status Failure
Total duration 1m 52s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
lint: internal/gateway/gateway.go#L174
Error return value of `qe.Close` is not checked (errcheck)
lint: internal/gateway/queryengine.go#L8
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: internal/gateway/queryengine.go#L12
exported: exported type QueryEngine should have comment or be unexported (revive)
lint: internal/gateway/queryengine.go#L16
exported: exported function NewQueryEngine should have comment or be unexported (revive)
lint: internal/gateway/queryengine.go#L32
exported: exported method QueryEngine.Query should have comment or be unexported (revive)
lint: internal/gateway/queryengine.go#L48
exported: exported method QueryEngine.Close should have comment or be unexported (revive)
lint
Process completed with exit code 2.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/