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

    https://github.com/apache/incubator-flink/pull/194#discussion_r20138246
  
    --- Diff: 
flink-java/src/main/java/org/apache/flink/api/java/operators/ProjectOperator.java
 ---
    @@ -93,6 +113,30 @@ public Projection(DataSet<T> ds, int[] fieldIndexes) {
                        this.fieldIndexes = fieldIndexes;
                }
                
    +           public void acceptAdditionalIndexes(int... additionalIndexes) {
    --- End diff --
    
    I would prefer to have a slim API.
    Do you have a specific use case in mind for adding this method to the API? 
Why shouldn't all indexes be set in the initial ``project()`` call?



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