Skip to content

Implicitly set prefix lengths for Doltgres #558

Implicitly set prefix lengths for Doltgres

Implicitly set prefix lengths for Doltgres #558

Triggered via pull request October 9, 2024 00:05
Status Failure
Total duration 7m 21s
Artifacts

dependency-test.yml

on: pull_request
test-integration
7m 13s
test-integration
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test-integration
cannot use (*CommitIndex)(nil) (value of type *CommitIndex) as DoltIndex value in variable declaration: *CommitIndex does not implement DoltIndex (missing method SetPrefixLengths)
test-integration
cannot use &toIndex (value of type *doltIndex) as sql.Index value in argument to append: *doltIndex does not implement sql.Index (missing method SetPrefixLengths)
test-integration
cannot use NewCommitIndex(&doltIndex{…}) (value of type *CommitIndex) as sql.Index value in argument to append: *CommitIndex does not implement sql.Index (missing method SetPrefixLengths)
test-integration
cannot use NewCommitIndex(&doltIndex{…}) (value of type *CommitIndex) as sql.Index value in argument to append: *CommitIndex does not implement sql.Index (missing method SetPrefixLengths)
test-integration
cannot use &doltIndex{…} (value of type *doltIndex) as sql.Index value in return statement: *doltIndex does not implement sql.Index (missing method SetPrefixLengths)
test-integration
cannot use NewCommitIndex(MockIndex(dbName, tab, CommitHashIndexId, types.StringKind, unique)) (value of type *CommitIndex) as sql.Index value in array or slice literal: *CommitIndex does not implement sql.Index (missing method SetPrefixLengths)
test-integration
impossible type assertion: a.(*doltIndex)
test-integration
impossible type assertion: b.(*doltIndex)
test-integration
cannot use (*doltIndex)(nil) (value of type *doltIndex) as DoltIndex value in variable declaration: *doltIndex does not implement DoltIndex (missing method SetPrefixLengths)
test-integration
cannot use (*doltIndex)(nil) (value of type *doltIndex) as sql.ExtendedIndex value in variable declaration: *doltIndex does not implement sql.ExtendedIndex (missing method SetPrefixLengths)