269270271272273274275276277278279
IOUtils.cleanup(null, scanner); if (scanner != null) { try { TableStats stat = scanner.getInputStats(); if (stat != null) { inputStats = (TableStats)(stat.clone()); } } catch (CloneNotSupportedException e) { e.printStackTrace(); } }
6566676869707172737475
if (child != null) { child.close(); try { TableStats stat = child.getInputStats(); if (stat != null) { inputStats = (TableStats)(stat.clone()); } } catch (CloneNotSupportedException e) { e.printStackTrace(); } child = null;