@Override
 public Result append(Append append) throws IOException {
   return table.append(append);
 }