incubator-heron icon indicating copy to clipboard operation
incubator-heron copied to clipboard

Add integration Tests for Java and Scala Streamlet APIs

Open erenavsarogullari opened this issue 6 years ago • 0 comments

Following transformations need IT coverage as well on both Java and Scala Streamlet APIs.

// Transformations
join
reduceByKeyAndWindow
union
applyOperator

// Source
newSource(Source<R> generator)
newSource(IRichSpout spout)

erenavsarogullari avatar Nov 08 '18 20:11 erenavsarogullari