Skip to content

Commit 6c70053

Browse files
sarahsimpersSarah Simpers
authored andcommitted
(DOCSP-45749) Denests last phase 1 nested component for spark connector (mongodb#220)
1 parent 1881955 commit 6c70053

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/batch-mode/batch-read-config.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,11 @@ You can configure the following properties when reading data from MongoDB in bat
108108

109109
[{"$match": {"closed": false}}, {"$project": {"status": 1, "name": 1, "description": 1}}]
110110

111-
.. important::
112-
113-
Custom aggregation pipelines must be compatible with the
114-
partitioner strategy. For example, aggregation stages such as
115-
``$group`` do not work with any partitioner that creates more than
116-
one partition.
111+
:gold:`IMPORTANT:` Custom aggregation pipelines must be
112+
compatible with the partitioner strategy. For example,
113+
aggregation stages such as
114+
``$group`` do not work with any partitioner that creates more
115+
than one partition.
117116

118117
* - ``aggregation.allowDiskUse``
119118
- | Specifies whether to allow storage to disk when running the

0 commit comments

Comments
 (0)