(int depth, String pigType, Object value, Schema schema)
| 94 | /////////////////////// |
| 95 | |
| 96 | private void debugConvertPigToJS(int depth, String pigType, Object value, Schema schema) { |
| 97 | if (LOG.isDebugEnabled()) { |
| 98 | LOG.debug(indent(depth)+"converting from Pig " + pigType + " " + toString(value) + " using " + stringify(schema)); |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | private void debugConvertJSToPig(int depth, String pigType, Object value, Schema schema) { |
| 103 | if (LOG.isDebugEnabled()) { |
no test coverage detected