wuchong commented on a change in pull request #14604:
URL: https://github.com/apache/flink/pull/14604#discussion_r556294884



##########
File path: docs/dev/table/connectors/formats/json.md
##########
@@ -136,6 +136,13 @@ Format Options
       <td>String</td>
       <td>Specify string literal to replace null key when 
<code>'json.map-null-key.mode'</code> is LITERAL.</td>
     </tr>     
+    <tr>
+      <td><h5>json.encode.decimal-as-plain-number</h5></td>
+      <td>optional</td>
+      <td style="word-wrap: break-word;">false</td>
+      <td>Boolean</td>
+      <td>Encode all decimals as plain numbers instead of possible scientific 
notations. e.g. <code>0.000000027</code> is encoded as <code>2.7E-8</code> when 
this option is set to false.</td>

Review comment:
       Please also update this?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to