fsk119 commented on a change in pull request #12661: URL: https://github.com/apache/flink/pull/12661#discussion_r440840894
########## File path: docs/dev/table/connectors/formats/json.md ########## @@ -103,6 +103,18 @@ Format Options <td>Skip fields and rows with parse errors instead of failing. Fields are set to null in case of errors.</td> </tr> + <tr> + <td><h5>json.timestamp-format.standard</h5></td> + <td>optional</td> + <td style="word-wrap: break-word;"><code>'SQL'</code></td> + <td>String</td> + <td>Specify the input and output timestamp format. Currently supported values are <code>'SQL'</code> and <code>'ISO-8601'</code>: + <ul> + <li>Option <code>'SQL'</code> will parse input timestamp in "yyyy-MM-dd HH:mm:ss.s{precision}" format, e.g '2020-12-30 12:13:14.123' and output timestamp in the same way.</li> + <li>Option <code>'ISO-8601'</code>will parse input timestamp in "yyyy-MM-ddTHH:mm:ss.s{precision}" format, e.g '2020-12-30T12:13:14.123' and output timestamp in the same way.</li> Review comment: I have already fixed it. ---------------------------------------------------------------- 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