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

    https://github.com/apache/flink/pull/2115#discussion_r69535980
  
    --- Diff: docs/apis/batch/dataset_transformations.md ---
    @@ -1010,7 +1013,10 @@ val output = input.aggregate(SUM, 0).and(MIN, 2)
     <div data-lang="python" markdown="1">
     
     ~~~python
    -Not supported.
    +from flink.functions.Aggregation import Sum, Min
    +
    +input = # [...]
    +output = input.aggregate(Sum, 0).agg_and(Min, 2)
    --- End diff --
    
    documentation wasn't updated for the rename to `and_agg`. The same applies 
to the `python.md`


---
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