apache / apache/wayang

Validate FlinkReduceByOperator implementation

Open
#228 0 comments 0 reactions 0 assignees View on GitHub
todo
Dominant language
Java
Stars
274
Forks
140
Avg merge
5d 16h
Merged PRs (30d)
4

Description

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> inputList = Arrays.stream("aaabbccccdeefff".split(""))

```

1741ca057151dc57ac86e764f975145c80f4c56b

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.