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

    
https://github.com/apache/incubator-apex-malhar/pull/287#discussion_r64835548
  
    --- Diff: 
library/src/main/java/com/datatorrent/lib/io/fs/AbstractFileSplitter.java ---
    @@ -53,6 +53,7 @@
        * This is a threshold on the no. of blocks emitted per window. A lot of 
blocks emitted
        * per window can overwhelm the downstream operators. This setting helps 
to control that.
        */
    +  @NotNull
    --- End diff --
    
    @DT-Priyanka 
    It is of type primitive int. So default value will be 0. Since the min is 
1, it will be necessary for the user to set it. @NotNull is not relevant here.


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