Skip to content

Commit 2ba3254

Browse files
committed
Missing DocumentCollectionSpec assigning in SpilloverPartitionResolver's ctor
1 parent 21ac729 commit 2ba3254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/partitioning/DocumentDB.Samples.Sharding/DocumentDB.Samples.Sharding/Partitioners/SpilloverPartitionResolver.cs

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public SpilloverPartitionResolver(
4545
{
4646
this.Client = client;
4747
this.Database = database;
48+
this.CollectionTemplate = collectionSpec;
4849
this.CollectionLinks = GetCollections(client, database, collectionIdPrefix, collectionSpec);
4950
this.CollectionIdPrefix = collectionIdPrefix;
5051
this.FillFactor = fillFactor;

0 commit comments

Comments
 (0)