Skip to content

Commit bff86b0

Browse files
authored
(DOCSP-45749) Denests last phase 1 nested component for spark connector (#220) (#222)
1 parent bc845ad commit bff86b0

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

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

117-
.. important::
118-
119-
Custom aggregation pipelines must be compatible with the
120-
partitioner strategy. For example, aggregation stages such as
121-
``$group`` do not work with any partitioner that creates more than
122-
one partition.
117+
:gold:`IMPORTANT:` Custom aggregation pipelines must be
118+
compatible with the partitioner strategy. For example,
119+
aggregation stages such as
120+
``$group`` do not work with any partitioner that creates more
121+
than one partition.
123122

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

0 commit comments

Comments
 (0)