[ 
https://issues.apache.org/jira/browse/FLINK-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179591#comment-15179591
 ] 

ASF GitHub Bot commented on FLINK-3564:
---------------------------------------

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

    https://github.com/apache/flink/pull/1754#discussion_r55005974
  
    --- Diff: docs/apis/batch/libs/table.md ---
    @@ -340,6 +351,18 @@ val result = left.union(right);
     {% endhighlight %}
           </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 --
    
    same as above.


> Implement distinct() for Table API
> ----------------------------------
>
>                 Key: FLINK-3564
>                 URL: https://issues.apache.org/jira/browse/FLINK-3564
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table API
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>            Priority: Minor
>
> This is only syntactic sugar for grouping of all fields.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to