Skip to content

Commit 6008274

Browse files
committed
vecindex: convert vecstore for use with non-transactional fixups
Previously, the vecstore was not compatible with the new non-transactional split operation, because it did not implement the upgraded cspann.Store interface. This commit completes that implementation, including the new Try methods, as well as making some changes to the semantics of the methods on cspann.Txn. Epic: CRDB-42943 Release note: None
1 parent ae06933 commit 6008274

File tree

10 files changed

+867
-881
lines changed

10 files changed

+867
-881
lines changed

pkg/sql/vecindex/cspann/commontest/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ go_library(
1313
"//pkg/sql/vecindex/cspann/quantize",
1414
"//pkg/sql/vecindex/cspann/testutils",
1515
"//pkg/sql/vecindex/cspann/workspace",
16-
"//pkg/util/num32",
1716
"//pkg/util/vector",
1817
"@com_github_cockroachdb_errors//:errors",
1918
"@com_github_stretchr_testify//require",

0 commit comments

Comments
 (0)