github-actions[bot] opened a new issue, #228: URL: https://github.com/apache/incubator-wayang/issues/228
Validate FlinkReduceByOperator implementation it is required to validate the implementation of FlinkReduceByOperator because trigger an exception in the test and looks like is a problem in the implementation of the implementation in the operator labels:flink,bug https://github.com/apache/incubator-wayang/blob/be9c4138fc6971401ce98d83125a753098134766/wayang-platforms/wayang-flink/code/test/java/org/apache/wayang/flink/operators/FlinkReduceByOperatorTest.java#L43 ```java * Test suite for {@link FlinkReduceByOperator}. */ public class FlinkReduceByOperatorTest extends FlinkOperatorTestBase{ //TODO: Validate FlinkReduceByOperator implementation // it is required to validate the implementation of FlinkReduceByOperator // because trigger an exception in the test and looks like is a problem in the // implementation of the implementation in the operator // labels:flink,bug @Test @Disabled("until validation of implementation of the FlinkReduceByOperator") public void testExecution() throws Exception { // Prepare test data. List<Tuple2<String, Integer>> inputList = Arrays.stream("aaabbccccdeefff".split("")) ``` 1741ca057151dc57ac86e764f975145c80f4c56b -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
