MCPcopy Create free account
hub / github.com/apache/pig / testSim5

Method testSim5

test/org/apache/pig/test/TestMRCompiler.java:661–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

659 }
660
661 @Test
662 public void testSim5() throws Exception {
663 PhysicalPlan php = new PhysicalPlan();
664 PhysicalPlan ldFil1 = GenPhyOp.loadedFilter();
665 PhysicalPlan ldFil2 = GenPhyOp.loadedFilter();
666 php.merge(ldFil1);
667 php.merge(ldFil2);
668
669 POUnion un = GenPhyOp.topUnionOp();
670 php.addAsLeaf(un);
671
672 POStore st = GenPhyOp.topStoreOp();
673 php.add(st);
674
675 php.connect(un, st);
676 run(php, "test/org/apache/pig/test/data/GoldenFiles/MRC5.gld");
677 }
678
679 @Test
680 public void testSim6() throws Exception {

Callers

nothing calls this directly

Calls 8

loadedFilterMethod · 0.95
topUnionOpMethod · 0.95
topStoreOpMethod · 0.95
connectMethod · 0.95
runMethod · 0.95
addAsLeafMethod · 0.80
addMethod · 0.65
mergeMethod · 0.45

Tested by

no test coverage detected