@Override
 public void close() throws IOException {
   if (table != null) table.close();
 }