Skip to content

Commit edab584

Browse files
committed
(DOCSP-15313): Removed unique values from the shardkey description.
1 parent ed4ac2e commit edab584

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/configuration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following options for reading from MongoDB are available:
116116

117117
* - ``readPreference.tagSets``
118118

119-
- The `ReadPreference` TagSets to use.
119+
- The ``ReadPreference`` TagSets to use.
120120

121121
* - ``readConcern.level``
122122

@@ -191,7 +191,7 @@ The following options for reading from MongoDB are available:
191191
To configure options for the various partitioner, see
192192
:ref:`partitioner-conf`.
193193

194-
*Default*: MongoDefaultPartitioner
194+
*Default*: ``MongoDefaultPartitioner``
195195

196196
* - ``registerSQLHelperFunctions``
197197

@@ -285,7 +285,7 @@ Partitioner Configuration
285285
* - ``shardkey``
286286

287287
- The field by which to split the collection data. The field
288-
should be indexed and contain unique values.
288+
should be indexed.
289289

290290
*Default*: ``_id``
291291

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ versions of Apache Spark and MongoDB:
5555

5656
----
5757

58-
.. admonition:: Announcements
58+
.. note:: **Announcements**
5959

6060
- **August 17, 2020**, `MongoDB Connector for Spark version v3.0.0
6161
<https://www.mongodb.com/products/spark-connector>`_ Released.

0 commit comments

Comments
 (0)