(String orig, String expected)
| 476 | } |
| 477 | |
| 478 | private void checkStorePath(String orig, String expected) throws Exception { |
| 479 | checkStorePath(orig, expected, false); |
| 480 | } |
| 481 | |
| 482 | private void checkStorePath(String orig, String expected, boolean isTmp) throws Exception { |
| 483 | pc.getProperties().setProperty(PigConfiguration.PIG_OPT_MULTIQUERY,""+true); |
no test coverage detected