Optimization: Defer Projections for Server Queries #513
Triggered via pull request
September 25, 2024 23:16
Status
Failure
Total duration
7m 29s
Artifacts
–
dependency-test.yml
on: pull_request
test-integration
7m 21s
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 CanSupportOrderBy)
|
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 CanSupportOrderBy)
|
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 CanSupportOrderBy)
|
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 CanSupportOrderBy)
|
test-integration
cannot use &doltIndex{…} (value of type *doltIndex) as sql.Index value in return statement: *doltIndex does not implement sql.Index (missing method CanSupportOrderBy)
|
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 CanSupportOrderBy)
|
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 CanSupportOrderBy)
|
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 CanSupportOrderBy)
|