You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by chinmaykolhatkar <gi...@git.apache.org> on 2016/06/10 20:21:35 UTC

[GitHub] apex-malhar pull request #311: APEXMALHAR-2111 Projection Operator config ch...

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

    https://github.com/apache/apex-malhar/pull/311#discussion_r66675231
  
    --- Diff: library/src/main/java/com/datatorrent/lib/projection/ProjectionOperator.java ---
    @@ -308,5 +303,45 @@ private void handleProjection(Object t)
         }
       }
     
    +  /**
    +   * set selectFields, a list of fields to be selected from incoming POJO
    +   *
    +   * @param selectFields List of fields from POJO to be selected
    +   */
    +  public void setSelectFields(List<String> selectFields)
    --- End diff --
    
    Now that we have proper configuration for selectFields, can you please add @useSchema and @description javadoc metatag. You can refer to POJOEnricher setIncludeFields setter method for this.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---