rshamunov commented on code in PR #26933: URL: https://github.com/apache/beam/pull/26933#discussion_r1221849206
########## website/www/site/content/en/documentation/transforms/java/aggregation/distinct.md: ########## @@ -33,22 +33,11 @@ values for each key. ## Examples -**Example 1** Find the distinct element from a `PCollection` of `String`. +**Example 1**: Find the distinct element from a `PCollection` of `String`. Review Comment: Don't remove current static example. MaAdd PGE as "Example 2: Find the distinct element from a `PCollection` of `Integer`" ########## website/www/site/content/en/documentation/transforms/java/aggregation/distinct.md: ########## @@ -33,22 +33,11 @@ values for each key. ## Examples -**Example 1** Find the distinct element from a `PCollection` of `String`. +**Example 1**: Find the distinct element from a `PCollection` of `String`. Review Comment: Don't remove current static example. Add PGE as "Example 2: Find the distinct element from a `PCollection` of `Integer`" -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
