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:
[email protected]
With regards,
Apache Git Services