File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5- MongoDB Connector for Spark 10.2.0
6- ----------------------------------
5+ MongoDB Connector for Spark 10.2
6+ --------------------------------
7+
8+ The 10.2 connector release includes the following new features:
79
8- - Added the ``ignoreNullValues`` write configuration property, which enables you
10+ - Added the ``ignoreNullValues`` write- configuration property, which enables you
911 to control whether the connector ignores null values. In previous versions,
1012 the connector always wrote ``null`` values to MongoDB.
13+ - Added options for the ``convertJson`` write-configuration property.
14+ - Added the ``change.stream.micro.batch.max.partition.count`` read-configuration property,
15+ which allows you to divide micro-batches into multiple partitions for parallel
16+ processing.
17+ - Improved change stream schema inference when using the
18+ ``change.stream.publish.full.document.only`` read-configuration property.
19+ - Added the ``change.stream.startup.mode`` read-configuration property, which specifies
20+ how the connector processes change events when no offset is available.
21+ - Support for adding a comment to operations.
1122
1223MongoDB Connector for Spark 10.1.1
1324----------------------------------
You can’t perform that action at this time.
0 commit comments