File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ You can configure the following properties when reading data from MongoDB in str
48
48
| The collection name configuration.
49
49
| You can specify multiple collections by separating the collection names
50
50
with a comma.
51
+ |
51
52
| To learn more about specifying multiple collections, see :ref:`spark-specify-multiple-collections`.
52
53
53
54
* - ``comment``
@@ -224,7 +225,7 @@ part of the collection name.
224
225
each collection sequentially. Streaming from a large number of
225
226
collections cause slower performance.
226
227
227
- Specify multiple collections as follows :
228
+ Specify multiple collections as shown in the following example :
228
229
229
230
.. code-block:: java
230
231
@@ -255,7 +256,7 @@ Specify multiple collections as follows:
255
256
You can stream from all collections in the database by passing an
256
257
asterisk (*) as a string for the collection name.
257
258
258
- Specify all collections as follows :
259
+ Specify all collections as shown in the following example :
259
260
260
261
.. code-block:: java
261
262
You can’t perform that action at this time.
0 commit comments