Skip to content

Commit e1b0526

Browse files
authored
Update dimensions to be uint64_t in C++ (#454)
1 parent e7d0886 commit e1b0526

File tree

206 files changed

+97
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+97
-104
lines changed

apis/python/test/test_cloud.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,11 @@ def test_cloud_flat(self):
160160
self.run_cloud_test(CloudTests.flat_index_uri, "FLAT", vs.flat_index.FlatIndex)
161161

162162
def test_cloud_vamana(self):
163-
self.run_cloud_test(
164-
CloudTests.vamana_index_uri, "VAMANA", vs.vamana_index.VamanaIndex
165-
)
163+
# TODO(paris): Re-enable after next release updating metadata dimensions to uint64.
164+
# self.run_cloud_test(
165+
# CloudTests.vamana_index_uri, "VAMANA", vs.vamana_index.VamanaIndex
166+
# )
167+
return
166168

167169
def test_cloud_ivf_flat(self):
168170
self.run_cloud_test(

backwards-compatibility-data/data/0.5.0/vamana_float32/__tiledb_group.tdb

Whitespace-only changes.

0 commit comments

Comments
 (0)