@Override
 public boolean isTableEnabled(byte[] tableName) throws IOException {
   return wrappedConnection.isTableEnabled(tableName);
 }