Hi, Does the emitBatchSize in AbstractFileInputOperator signify that only specified number of tuples will be emitted in an operator's application window?
If the answer to above is 'yes' then there is a bug in the code because emitTuples() can be called multiple times within an app window. If not and it signifies how many tuples to emit in emitWindow() then everything is great :) Chandni
