提交 ebbc3a99 编写于 作者: S StephanEwen

Fix group reduce compilation test

上级 0860c40c
......@@ -116,7 +116,7 @@ public class GroupReduceCompilationTest extends CompilerTestBase implements java
// check that both reduce and combiner have the same strategy
assertEquals(DriverStrategy.ALL_GROUP_REDUCE, reduceNode.getDriverStrategy());
assertEquals(DriverStrategy.ALL_GROUP_REDUCE, combineNode.getDriverStrategy());
assertEquals(DriverStrategy.ALL_GROUP_COMBINE, combineNode.getDriverStrategy());
// check DOP
assertEquals(8, sourceNode.getDegreeOfParallelism());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册