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

    https://github.com/apache/flink/pull/1783#discussion_r55973488
  
    --- Diff: 
flink-libraries/flink-table/src/test/scala/resources/testFilter1.out ---
    @@ -47,8 +48,8 @@ Stage 3 : Data Source
                Avg. Output Record Size (bytes) : (none)
                Filter Factor : (none)
     
    -           Stage 1 : Filter
    -                   content : ('a * 2) === 0
    +           Stage 1 : FlatMap
    +                   content : where: (=(MOD(a, 2), 0)), select: (a, b)
    --- End diff --
    
    I chose `where` because it is more SQL-style and `where` is also an alias 
of `filter` in the Table API. We can change it, but IMO `where` is more 
consistent with the other operator names.


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