JingsongLi commented on a change in pull request #17699:
URL: https://github.com/apache/flink/pull/17699#discussion_r753992140
##########
File path: docs/layouts/shortcodes/generated/execution_config_configuration.html
##########
@@ -58,6 +58,12 @@
<td><p>Enum</p></td>
<td>The NOT NULL column constraint on a table enforces that null
values can't be inserted into the table. Flink supports 'error' (default) and
'drop' enforcement behavior. By default, Flink will check values and throw
runtime exception when null values writing into NOT NULL columns. Users can
change the behavior to 'drop' to silently drop such records without throwing
exception.<br /><br />Possible
values:<ul><li>"ERROR"</li><li>"DROP"</li></ul></td>
</tr>
+ <tr>
+ <td><h5>table.exec.sink.pk-shuffle</h5><br> <span class="label
label-primary">Streaming</span></td>
Review comment:
Can we create separate PR for 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]