libenchao commented on code in PR #24430:
URL: https://github.com/apache/flink/pull/24430#discussion_r1512697745
##########
docs/content.zh/docs/connectors/table/formats/json.md:
##########
@@ -135,6 +135,13 @@ Format 参数
<td>Boolean</td>
<td>将所有 DECIMAL 类型的数据保持原状,不使用科学计数法表示。例:<code>0.000000027</code> 默认会表示为
<code>2.7E-8</code>。当此选项设为 true 时,则会表示为 <code>0.000000027</code>。</td>
</tr>
+ <tr>
+ <td><h5>json.encode.ignore-null-fields</h5></td>
+ <td>选填</td>
+ <td style="word-wrap: break-word;">false</td>
Review Comment:
I think this option can be forwarded.
--
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]