Skip to content

Commit a2fe9df

Browse files
ihnortonShelnutt2
authored andcommitted
Set default partitions=1, fixes sc-32333
1 parent f85efcb commit a2fe9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def ingest(
1414
config=None,
1515
namespace: Optional[str] = None,
1616
size: int = -1,
17-
partitions: int = -1,
17+
partitions: int = 1,
1818
copy_centroids_uri: str = None,
1919
training_sample_size: int = -1,
2020
workers: int = -1,

0 commit comments

Comments
 (0)