taegeonum commented on a change in pull request #150: [NEMO-269] Direct
translation from Beam DAG to Nemo DAG
URL: https://github.com/apache/incubator-nemo/pull/150#discussion_r231004387
##########
File path:
compiler/test/src/test/java/org/apache/nemo/compiler/frontend/beam/BeamFrontendALSTest.java
##########
@@ -36,27 +36,23 @@
@RunWith(PowerMockRunner.class)
@PrepareForTest(JobLauncher.class)
public final class BeamFrontendALSTest {
- @Test
+ // TODO #260: Beam Accumulator-based Partial Aggregation
+ // @Test
public void testALSDAG() throws Exception {
final DAG<IRVertex, IREdge> producedDAG = CompilerTestUtil.compileALSDAG();
assertEquals(producedDAG.getTopologicalSort(),
producedDAG.getTopologicalSort());
- assertEquals(42, producedDAG.getVertices().size());
+ assertEquals(38, producedDAG.getVertices().size());
Review comment:
Why is it changed?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services