Re: IT's with POJO's

2015-11-05 Thread Nick Dimiduk
Thank you Robert, I'll give this a spin -- obvious now that you point it out. I'll go ahead and continue the line on inquiry on the JIRA. -n On Thu, Nov 5, 2015 at 4:18 AM, Robert Metzger wrote: > Hi Nick, > > both JIRA and the mailing list are good. In this case I'd say JIRA would be > better b

Re: IT's with POJO's

2015-11-05 Thread Robert Metzger
Hi Nick, both JIRA and the mailing list are good. In this case I'd say JIRA would be better because then everybody has the full context of the discussion. The issue is fixed in 0.10, which is not yet released. You can work around the issue by implementing a custom SourceFunction which returns th

IT's with POJO's

2015-11-04 Thread Nick Dimiduk
Heya, I'm writing my first flink streaming application and have a flow that passes type checking and complies. I've written a simple end-to-end test with junit, using StreamExecutionEnvironment#fromElements() to provide a stream if valid and invalid test objects; the objects are POJOs. It seems I