Tartarus0zm commented on code in PR #22839:
URL: https://github.com/apache/flink/pull/22839#discussion_r1255181663
##########
docs/layouts/shortcodes/generated/table_config_configuration.html:
##########
@@ -20,6 +20,12 @@
<td>String</td>
<td>The name of the default database in the initial catalog to be
created when instantiating TableEnvironment.</td>
</tr>
+ <tr>
+ <td><h5>table.ctas.atomicity-enabled</h5><br> <span class="label
label-primary">Batch</span> <span class="label
label-primary">Streaming</span></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Specifies if the CREATE TABLE AS SELECT statement is executed
atomically. By default, the statement is non-atomic. The target table is
created in client side, and it will not be dropped even though the job fails or
is cancelled. If set this option to true and DynamicTableSink implements the
SupportsStaging interface, the statement is expected to be executed atomically,
the behavior of which depends on the actual DynamicTableSink.</td>
Review Comment:
IDEA boost and the previous comma can not be removed, the rest has been fixed

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