Skip to content

feat(database): Add support for Trino as a new database driver #1139

feat(database): Add support for Trino as a new database driver

feat(database): Add support for Trino as a new database driver #1139

Triggered via pull request August 30, 2025 14:58
Status Failure
Total duration 22m 44s
Artifacts

ci.yaml

on: pull_request
Matrix: test
Check coverage
0s
Check coverage
Release a new version
0s
Release a new version
Fit to window
Zoom out
Zoom in

Annotations

18 errors
lint
golangci-lint exit with code 3
test (1.24.x)
Process completed with exit code 2.
test (1.24.x)
cannot use c.num (variable of type int32) as *int32 value in assignment
test (1.24.x)
cannot use c.num (variable of type int32) as *int32 value in struct literal
test (1.24.x)
cannot use completeOut.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
test (1.24.x)
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
test (1.24.x)
cannot use out.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
test (1.24.x)
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
test (1.24.x)
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
test (1.25.x)
The operation was canceled.
test (1.25.x)
cannot use c.num (variable of type int32) as *int32 value in assignment
test (1.25.x)
cannot use c.num (variable of type int32) as *int32 value in struct literal
test (1.25.x)
cannot use completeOut.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
test (1.25.x)
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
test (1.25.x)
cannot use out.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
test (1.25.x)
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
test (1.25.x)
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
test (1.25.x)
The strategy configuration was canceled because "test._1_24_x" failed