You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/28 09:46:27 UTC

[GitHub] [flink] zentol commented on a change in pull request #11249: [FLINK-16297] Remove unnecessary indents and blank lines in code blocks

zentol commented on a change in pull request #11249: [FLINK-16297] Remove unnecessary indents and blank lines in code blocks
URL: https://github.com/apache/flink/pull/11249#discussion_r385592515
 
 

 ##########
 File path: docs/dev/batch/index.zh.md
 ##########
 @@ -588,9 +588,9 @@ val output: DataSet[(Int, String, Double)] = input.sum(0).min(2)
       <td>
         <p>Returns the distinct elements of a data set. It removes the duplicate entries
         from the input DataSet, with respect to all fields of the elements, or a subset of fields.</p>
-      {% highlight scala %}
-         data.distinct()
-      {% endhighlight %}
+{% highlight scala %}
 
 Review comment:
   same as above likely

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services