(int depth, String pigType, Object value, Schema schema)
| 100 | } |
| 101 | |
| 102 | private void debugConvertJSToPig(int depth, String pigType, Object value, Schema schema) { |
| 103 | if (LOG.isDebugEnabled()) { |
| 104 | LOG.debug(indent(depth)+"converting to Pig " + pigType + " " + toString(value) + " using " + stringify(schema)); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | private void debugReturn(int depth, Object value) { |
| 109 | if (LOG.isDebugEnabled()) { |
no test coverage detected