Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4279#discussion_r126532548 --- Diff: docs/dev/table/sql.md --- @@ -284,7 +284,7 @@ FROM Orders <tr> <td> <strong>Distinct</strong><br> - <span class="label label-primary">Batch</span> + <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span> --- End diff -- Please add the `Result Updating` label: ``` <span class="label label-info">Result Updating</span> ``` If the input table of a Distinct operation produces updates, Distinct might also produce updates, i.e., deletes.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---