Skip to content

Commit 199f201

Browse files
author
Nikos Papailiou
committed
Minor fix
1 parent 00922e5 commit 199f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/src/tiledb/vector_search/storage_formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"INDEX_ARRAY_NAME": "partition_indexes",
1212
"IDS_ARRAY_NAME": "shuffled_vector_ids",
1313
"PARTS_ARRAY_NAME": "shuffled_vectors",
14-
"PARTIAL_WRITE_ARRAY_DIR": "write_temp",
14+
"PARTIAL_WRITE_ARRAY_DIR": "temp_data",
1515
},
1616
}
1717

0 commit comments

Comments
 (0)