Skip to content

Commit 09df979

Browse files
authored
(DOCSP-45749) Denests last phase 1 nested component for spark connector (#220) (#221)
1 parent 448cd85 commit 09df979

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
@@ -139,12 +139,11 @@ You can configure the following properties when reading data from MongoDB in bat
139139

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

142-
.. important::
143-
144-
Custom aggregation pipelines must be compatible with the
145-
partitioner strategy. For example, aggregation stages such as
146-
``$group`` do not work with any partitioner that creates more than
147-
one partition.
142+
:gold:`IMPORTANT:` Custom aggregation pipelines must be
143+
compatible with the partitioner strategy. For example,
144+
aggregation stages such as
145+
``$group`` do not work with any partitioner that creates more
146+
than one partition.
148147

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

0 commit comments

Comments
 (0)