Oleg

Results 18 comments of Oleg

Ok, and could you tell why `ofSublists()` cannot work over ordered sequential stream? Why do I need to create collection first to use `ofSublists()` for such case?

Ok, there is no thing like that, how do I solve problem where I need to split stream by equally sized portions without loading all its content in memory?

yeah, and for non-overlapping case - just to set some other params?

@zabetak @julianhyde is there a chance to merge this PR? Looks like all comments were addressed.

@XuQianJin-Stars any chance to rebase it, as it's ready to be merged? I'd really appreciate it!

@FelixGV could you please review

it's intended to be used in client's code like this ``` FastSpecificDatumReader reader = new FastSpecificDatumReader( writerSchema, readerSchema, new FastSerdeCache(String.class) ); ```

@gaojieliu can you bring an example of how to instruct the generator to use String. class this way?

@gaojieliu I meant how to do it from Java code? I don't have access to schema file