Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1754#discussion_r55005958
  
    --- Diff: docs/apis/batch/libs/table.md ---
    @@ -238,6 +238,17 @@ Table result = left.union(right);
           </td>
         </tr>
     
    +    <tr>
    +      <td><strong>Distinct</strong></td>
    +      <td>
    +        <p>Similar to a SQL DISTINCT clause. Removes duplicate values and 
returns only distinct (different) values.</p>
    --- End diff --
    
    We should make clear that rows with distinct value combinations are 
returned.
    How about: "Returns rows with distinct value combinations."


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to