()
| 1849 | } |
| 1850 | |
| 1851 | private void compile() throws IOException { |
| 1852 | lp.validate(pigContext, scope, false); |
| 1853 | currDAG.postProcess(); |
| 1854 | } |
| 1855 | |
| 1856 | private void postProcess() throws IOException { |
| 1857 | // The following code deals with store/load combination of |
no test coverage detected