()
| 235 | } |
| 236 | |
| 237 | public Map<Operator, DataBag> getData() throws IOException, InterruptedException { |
| 238 | return getData(physPlan); |
| 239 | } |
| 240 | |
| 241 | private Map<Operator, DataBag> getData(PhysicalPlan plan) throws PigException, IOException, InterruptedException |
| 242 | { |
no test coverage detected