neoneo008 commented on code in PR #58:
URL:
https://github.com/apache/flink-connector-mongodb/pull/58#discussion_r2784025589
##########
docs/content/docs/connectors/table/mongodb.md:
##########
@@ -302,15 +302,15 @@ Connector Options
<td><h5>sink.ordered-writes</h5></td>
<td>optional</td>
<td>no</td>
- <td style="word-wrap: break-word;">(none)</td>
+ <td style="word-wrap: break-word;">(true)</td>
<td>Boolean</td>
<td>Defines MongoDB driver option to perform ordered writes. By default,
this is true indicating ordered writes.</td>
</tr>
<tr>
<td><h5>sink.bypass-document-validation</h5></td>
<td>optional</td>
<td>no</td>
- <td style="word-wrap: break-word;">(none)</td>
+ <td style="word-wrap: break-word;">(false)</td>
Review Comment:
Updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]